Uses of Class
net.authorize.data.cim.PaymentProfile

Packages that use PaymentProfile
net.authorize.cim   
net.authorize.data.cim   
 

Uses of PaymentProfile in net.authorize.cim
 

Fields in net.authorize.cim with type parameters of type PaymentProfile
protected  ArrayList<PaymentProfile> Result.paymentProfileList
           
 

Methods in net.authorize.cim that return PaymentProfile
 PaymentProfile Result.getCustomerPaymentProfile()
          Get the first/only payment profile from a possible list of many
 

Methods in net.authorize.cim that return types with arguments of type PaymentProfile
 ArrayList<PaymentProfile> Result.getCustomerPaymentProfileList()
           
 ArrayList<PaymentProfile> Transaction.getPaymentProfileList()
           
 

Methods in net.authorize.cim with parameters of type PaymentProfile
 void Transaction.addPaymentProfile(PaymentProfile paymentProfile)
          Add a payment profile.
 

Method parameters in net.authorize.cim with type arguments of type PaymentProfile
 void Transaction.setPaymentProfileList(ArrayList<PaymentProfile> paymentProfileList)
           
 

Uses of PaymentProfile in net.authorize.data.cim
 

Methods in net.authorize.data.cim that return PaymentProfile
static PaymentProfile PaymentProfile.createPaymentProfile()
           
 



Copyright © 2014. All Rights Reserved.