Uses of Class
net.authorize.api.contract.v1.CustomerPaymentProfileType

Packages that use CustomerPaymentProfileType
net.authorize.api.contract.v1   
 

Uses of CustomerPaymentProfileType in net.authorize.api.contract.v1
 

Subclasses of CustomerPaymentProfileType in net.authorize.api.contract.v1
 class CustomerPaymentProfileExType
          Java class for customerPaymentProfileExType complex type.
 

Fields in net.authorize.api.contract.v1 declared as CustomerPaymentProfileType
protected  CustomerPaymentProfileType CreateCustomerPaymentProfileRequest.paymentProfile
           
 

Fields in net.authorize.api.contract.v1 with type parameters of type CustomerPaymentProfileType
protected  List<CustomerPaymentProfileType> CustomerProfileType.paymentProfiles
           
 

Methods in net.authorize.api.contract.v1 that return CustomerPaymentProfileType
 CustomerPaymentProfileType ObjectFactory.createCustomerPaymentProfileType()
          Create an instance of CustomerPaymentProfileType
 CustomerPaymentProfileType CreateCustomerPaymentProfileRequest.getPaymentProfile()
          Gets the value of the paymentProfile property.
 

Methods in net.authorize.api.contract.v1 that return types with arguments of type CustomerPaymentProfileType
 List<CustomerPaymentProfileType> CustomerProfileType.getPaymentProfiles()
          Gets the value of the paymentProfiles property.
 

Methods in net.authorize.api.contract.v1 with parameters of type CustomerPaymentProfileType
 void CreateCustomerPaymentProfileRequest.setPaymentProfile(CustomerPaymentProfileType value)
          Sets the value of the paymentProfile property.
 



Copyright © 2014. All Rights Reserved.