net.authorize.data.xml
Class Payment

java.lang.Object
  extended by net.authorize.data.xml.Payment
All Implemented Interfaces:
Serializable

public class Payment
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected Payment()
           
 
Method Summary
static Payment createPayment(BankAccount in_account)
           
static Payment createPayment(CreditCard in_credit)
           
 BankAccount getBankAccount()
           
 CreditCard getCreditCard()
           
 void setBankAccount(BankAccount bank_account)
           
 void setCreditCard(CreditCard credit_card)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Payment

protected Payment()
Method Detail

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.