BookTransfer
No description
type BookTransfer {
amount: DecimalString!
createdAt: String!
description: MaxLength10TruncatingString
errorCode: String
fromAccountId: String!
id: ID!
status: BookTransferStatus!
toAccountId: String!
}
Fields
BookTransfer.amount ● DecimalString! non-null scalar
The amount to transfer as a string with decimal precision, e.g. 123.45
BookTransfer.createdAt ● String! non-null scalar
The timestamp when this Book transfer was originally created
BookTransfer.description ● MaxLength10TruncatingString scalar
Optional description (maximum of 10 characters)
BookTransfer.errorCode ● String scalar
If the transfer was returned, this will contain the NACHA return reason for this transfer.
BookTransfer.fromAccountId ● String! non-null scalar
ID of the Account which is originating the transfer
BookTransfer.id ● ID! non-null scalar
The ID that uniquely identifies this transfer
BookTransfer.status ● BookTransferStatus! non-null enum
The current status of the transfer
BookTransfer.toAccountId ● String! non-null scalar
ID of the Account which is receiving the transfer