public class RefundingInstrument
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RefundingInstrument.Method |
| Constructor and Description |
|---|
RefundingInstrument() |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
getBankAccount() |
CreditCard |
getCreditCard() |
RefundingInstrument.Method |
getMethod() |
void |
setMethod(RefundingInstrument.Method method) |
java.lang.String |
toString() |
public RefundingInstrument.Method getMethod()
public void setMethod(RefundingInstrument.Method method)
public BankAccount getBankAccount()
public CreditCard getCreditCard()
public java.lang.String toString()
toString in class java.lang.Object