Uses of Class
net.authorize.api.contract.v1.SubscriptionPaymentType
-
Packages that use SubscriptionPaymentType Package Description net.authorize.api.contract.v1 -
-
Uses of SubscriptionPaymentType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as SubscriptionPaymentType Modifier and Type Field Description protected SubscriptionPaymentTypeTransactionDetailsType. subscriptionprotected SubscriptionPaymentTypeTransactionSummaryType. subscriptionMethods in net.authorize.api.contract.v1 that return SubscriptionPaymentType Modifier and Type Method Description SubscriptionPaymentTypeObjectFactory. createSubscriptionPaymentType()Create an instance ofSubscriptionPaymentTypeSubscriptionPaymentTypeTransactionDetailsType. getSubscription()Gets the value of the subscription property.SubscriptionPaymentTypeTransactionSummaryType. getSubscription()Gets the value of the subscription property.Methods in net.authorize.api.contract.v1 with parameters of type SubscriptionPaymentType Modifier and Type Method Description voidTransactionDetailsType. setSubscription(SubscriptionPaymentType value)Sets the value of the subscription property.voidTransactionSummaryType. setSubscription(SubscriptionPaymentType value)Sets the value of the subscription property.
-