Uses of Class
net.authorize.api.contract.v1.CustomerProfileIdType
-
Packages that use CustomerProfileIdType Package Description net.authorize.api.contract.v1 -
-
Uses of CustomerProfileIdType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as CustomerProfileIdType Modifier and Type Field Description protected CustomerProfileIdTypeARBCreateSubscriptionResponse. profileprotected CustomerProfileIdTypeARBSubscriptionType. profileprotected CustomerProfileIdTypeARBUpdateSubscriptionResponse. profileprotected CustomerProfileIdTypeTransactionDetailsType. profileprotected CustomerProfileIdTypeTransactionResponse. profileprotected CustomerProfileIdTypeTransactionSummaryType. profileMethods in net.authorize.api.contract.v1 that return CustomerProfileIdType Modifier and Type Method Description CustomerProfileIdTypeObjectFactory. createCustomerProfileIdType()Create an instance ofCustomerProfileIdTypeCustomerProfileIdTypeARBCreateSubscriptionResponse. getProfile()Gets the value of the profile property.CustomerProfileIdTypeARBSubscriptionType. getProfile()Gets the value of the profile property.CustomerProfileIdTypeARBUpdateSubscriptionResponse. getProfile()Gets the value of the profile property.CustomerProfileIdTypeTransactionDetailsType. getProfile()Gets the value of the profile property.CustomerProfileIdTypeTransactionResponse. getProfile()Gets the value of the profile property.CustomerProfileIdTypeTransactionSummaryType. getProfile()Gets the value of the profile property.Methods in net.authorize.api.contract.v1 with parameters of type CustomerProfileIdType Modifier and Type Method Description voidARBCreateSubscriptionResponse. setProfile(CustomerProfileIdType value)Sets the value of the profile property.voidARBSubscriptionType. setProfile(CustomerProfileIdType value)Sets the value of the profile property.voidARBUpdateSubscriptionResponse. setProfile(CustomerProfileIdType value)Sets the value of the profile property.voidTransactionDetailsType. setProfile(CustomerProfileIdType value)Sets the value of the profile property.voidTransactionResponse. setProfile(CustomerProfileIdType value)Sets the value of the profile property.voidTransactionSummaryType. setProfile(CustomerProfileIdType value)Sets the value of the profile property.
-