Uses of Class
net.authorize.api.contract.v1.SubscriptionIdList
-
Packages that use SubscriptionIdList Package Description net.authorize.api.contract.v1 -
-
Uses of SubscriptionIdList in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as SubscriptionIdList Modifier and Type Field Description protected SubscriptionIdListCustomerPaymentProfileMaskedType. subscriptionIdsprotected SubscriptionIdListGetCustomerProfileResponse. subscriptionIdsprotected SubscriptionIdListGetCustomerShippingAddressResponse. subscriptionIdsMethods in net.authorize.api.contract.v1 that return SubscriptionIdList Modifier and Type Method Description SubscriptionIdListObjectFactory. createSubscriptionIdList()Create an instance ofSubscriptionIdListSubscriptionIdListCustomerPaymentProfileMaskedType. getSubscriptionIds()Gets the value of the subscriptionIds property.SubscriptionIdListGetCustomerProfileResponse. getSubscriptionIds()Gets the value of the subscriptionIds property.SubscriptionIdListGetCustomerShippingAddressResponse. getSubscriptionIds()Gets the value of the subscriptionIds property.Methods in net.authorize.api.contract.v1 with parameters of type SubscriptionIdList Modifier and Type Method Description voidCustomerPaymentProfileMaskedType. setSubscriptionIds(SubscriptionIdList value)Sets the value of the subscriptionIds property.voidGetCustomerProfileResponse. setSubscriptionIds(SubscriptionIdList value)Sets the value of the subscriptionIds property.voidGetCustomerShippingAddressResponse. setSubscriptionIds(SubscriptionIdList value)Sets the value of the subscriptionIds property.
-