Uses of Class
net.authorize.api.contract.v1.CustomerPaymentProfileMaskedType
-
Packages that use CustomerPaymentProfileMaskedType Package Description net.authorize.api.contract.v1 -
-
Uses of CustomerPaymentProfileMaskedType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as CustomerPaymentProfileMaskedType Modifier and Type Field Description protected CustomerPaymentProfileMaskedTypeGetCustomerPaymentProfileResponse. paymentProfileprotected CustomerPaymentProfileMaskedTypeSubscriptionCustomerProfileType. paymentProfileFields in net.authorize.api.contract.v1 with type parameters of type CustomerPaymentProfileMaskedType Modifier and Type Field Description protected List<CustomerPaymentProfileMaskedType>CustomerProfileMaskedType. paymentProfilesMethods in net.authorize.api.contract.v1 that return CustomerPaymentProfileMaskedType Modifier and Type Method Description CustomerPaymentProfileMaskedTypeObjectFactory. createCustomerPaymentProfileMaskedType()Create an instance ofCustomerPaymentProfileMaskedTypeCustomerPaymentProfileMaskedTypeGetCustomerPaymentProfileResponse. getPaymentProfile()Gets the value of the paymentProfile property.CustomerPaymentProfileMaskedTypeSubscriptionCustomerProfileType. getPaymentProfile()Gets the value of the paymentProfile property.Methods in net.authorize.api.contract.v1 that return types with arguments of type CustomerPaymentProfileMaskedType Modifier and Type Method Description List<CustomerPaymentProfileMaskedType>CustomerProfileMaskedType. getPaymentProfiles()Gets the value of the paymentProfiles property.Methods in net.authorize.api.contract.v1 with parameters of type CustomerPaymentProfileMaskedType Modifier and Type Method Description voidGetCustomerPaymentProfileResponse. setPaymentProfile(CustomerPaymentProfileMaskedType value)Sets the value of the paymentProfile property.voidSubscriptionCustomerProfileType. setPaymentProfile(CustomerPaymentProfileMaskedType value)Sets the value of the paymentProfile property.
-