Uses of Class
net.authorize.api.contract.v1.CustomerPaymentProfileType
-
Packages that use CustomerPaymentProfileType Package Description net.authorize.api.contract.v1 -
-
Uses of CustomerPaymentProfileType in net.authorize.api.contract.v1
Subclasses of CustomerPaymentProfileType in net.authorize.api.contract.v1 Modifier and Type Class Description classCustomerPaymentProfileExTypeJava class for customerPaymentProfileExType complex type.Fields in net.authorize.api.contract.v1 declared as CustomerPaymentProfileType Modifier and Type Field Description protected CustomerPaymentProfileTypeCreateCustomerPaymentProfileRequest. paymentProfileFields in net.authorize.api.contract.v1 with type parameters of type CustomerPaymentProfileType Modifier and Type Field Description protected List<CustomerPaymentProfileType>CustomerProfileType. paymentProfilesMethods in net.authorize.api.contract.v1 that return CustomerPaymentProfileType Modifier and Type Method Description CustomerPaymentProfileTypeObjectFactory. createCustomerPaymentProfileType()Create an instance ofCustomerPaymentProfileTypeCustomerPaymentProfileTypeCreateCustomerPaymentProfileRequest. getPaymentProfile()Gets the value of the paymentProfile property.Methods in net.authorize.api.contract.v1 that return types with arguments of type CustomerPaymentProfileType Modifier and Type Method Description List<CustomerPaymentProfileType>CustomerProfileType. getPaymentProfiles()Gets the value of the paymentProfiles property.Methods in net.authorize.api.contract.v1 with parameters of type CustomerPaymentProfileType Modifier and Type Method Description voidCreateCustomerPaymentProfileRequest. setPaymentProfile(CustomerPaymentProfileType value)Sets the value of the paymentProfile property.
-