public class TransferInstrument
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransferInstrument.Method |
| Constructor and Description |
|---|
TransferInstrument() |
| Modifier and Type | Method and Description |
|---|---|
BankAccount |
getBankAccount() |
TransferInstrument.Method |
getMethod() |
MoipAccount |
getMoipAccount() |
void |
setBankAccount(BankAccount bankAccount) |
void |
setMethod(TransferInstrument.Method method) |
void |
setMoipAccount(MoipAccount moipAccount) |
java.lang.String |
toString() |
public TransferInstrument.Method getMethod()
public void setMethod(TransferInstrument.Method method)
public BankAccount getBankAccount()
public void setBankAccount(BankAccount bankAccount)
public MoipAccount getMoipAccount()
public void setMoipAccount(MoipAccount moipAccount)
public java.lang.String toString()
toString in class java.lang.Object