@Gson.TypeAdapters @Value.Immutable public interface TransferResult extends TransferBase
| Modifier and Type | Method and Description |
|---|---|
BankAccountResult |
bankAccount() |
java.lang.String |
createdAt() |
java.lang.String |
paidAt() |
java.lang.String |
status() |
java.lang.String |
token() |
java.lang.Integer |
totalCredits() |
java.lang.Integer |
totalDebits() |
amount, currency, description, recipientjava.lang.String token()
java.lang.String status()
@SerializedName(value="total_debits") java.lang.Integer totalDebits()
@SerializedName(value="total_credits") java.lang.Integer totalCredits()
@SerializedName(value="created_at") java.lang.String createdAt()
@SerializedName(value="paid_at") java.lang.String paidAt()
@SerializedName(value="bank_account") BankAccountResult bankAccount()