Uses of Class
net.authorize.data.xml.Payment

Packages that use Payment
net.authorize.data.arb   
net.authorize.data.cim   
net.authorize.data.xml   
net.authorize.data.xml.reporting   
 

Uses of Payment in net.authorize.data.arb
 

Methods in net.authorize.data.arb that return Payment
 Payment Subscription.getPayment()
          Get the payment container.
 

Methods in net.authorize.data.arb with parameters of type Payment
 void Subscription.setPayment(Payment payment)
          Set the payment container for the subscription.
 

Uses of Payment in net.authorize.data.cim
 

Fields in net.authorize.data.cim with type parameters of type Payment
protected  ArrayList<Payment> PaymentProfile.paymentList
           
 

Methods in net.authorize.data.cim that return types with arguments of type Payment
 ArrayList<Payment> PaymentProfile.getPaymentList()
           
 

Methods in net.authorize.data.cim with parameters of type Payment
 void PaymentProfile.addPayment(Payment payment)
          Add a Payment container to the payment list.
 

Method parameters in net.authorize.data.cim with type arguments of type Payment
 void PaymentProfile.setPaymentList(ArrayList<Payment> paymentList)
           
 

Uses of Payment in net.authorize.data.xml
 

Methods in net.authorize.data.xml that return Payment
static Payment Payment.createPayment(BankAccount in_account)
           
static Payment Payment.createPayment(CreditCard in_credit)
           
 

Uses of Payment in net.authorize.data.xml.reporting
 

Methods in net.authorize.data.xml.reporting that return Payment
 Payment TransactionDetails.getPayment()
           
 

Methods in net.authorize.data.xml.reporting with parameters of type Payment
 void TransactionDetails.setPayment(Payment payment)
           
 



Copyright © 2014. All Rights Reserved.