com.ibm.commerce.subscription.facade.datatypes

Interface SubscriptionRenewalInfoType

    • Method Detail

      • getRenewedSubscriptionIdentifier

        java.util.List getRenewedSubscriptionIdentifier()
        Returns the value of the 'Renewed Subscription Identifier' containment reference list. The list contents are of type SubscriptionIdentifierType. The subscription identifiers of the new subscriptions obtained as part of renewal of this subscription.
        Returns:
        the value of the 'Renewed Subscription Identifier' containment reference list.
        See Also:
        SubscriptionPackage.getSubscriptionRenewalInfoType_RenewedSubscriptionIdentifier()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()