net.authorize.data.xml
Class Payment
java.lang.Object
net.authorize.data.xml.Payment
- All Implemented Interfaces:
- Serializable
public class Payment
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
Payment()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Payment
protected Payment()
createPayment
public static Payment createPayment(CreditCard in_credit)
createPayment
public static Payment createPayment(BankAccount in_account)
getBankAccount
public BankAccount getBankAccount()
setBankAccount
public void setBankAccount(BankAccount bank_account)
getCreditCard
public CreditCard getCreditCard()
setCreditCard
public void setCreditCard(CreditCard credit_card)
Copyright © 2014. All Rights Reserved.