@Deprecated
public class Payment
extends java.lang.Object
implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Payment()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Payment |
createPayment(BankAccount in_account)
Deprecated.
|
static Payment |
createPayment(CreditCard in_credit)
Deprecated.
|
BankAccount |
getBankAccount()
Deprecated.
|
CreditCard |
getCreditCard()
Deprecated.
|
void |
setBankAccount(BankAccount bank_account)
Deprecated.
|
void |
setCreditCard(CreditCard credit_card)
Deprecated.
|
public static Payment createPayment(CreditCard in_credit)
public static Payment createPayment(BankAccount in_account)
public BankAccount getBankAccount()
public void setBankAccount(BankAccount bank_account)
public CreditCard getCreditCard()
public void setCreditCard(CreditCard credit_card)
Copyright © 2018. All Rights Reserved.