OBJECT
TransferType
A transfer
link GraphQL Schema definition
- type TransferType {
- # The amount for the transfer
- String :
- # The currency of the transfer
- String :
- # The amount to display (formatted and with currency symbol)
- String :
- # The expected to happen date to display
- String :
- # The initiation date to display
- String :
- # The date that the transfer is expected to complete
- String :
- # Total of all fees deducted from all transactions
- String :
- # Stripe ID for this transfer
- String! :
- # The initiation time of the transfer
- String :
- # The status for the transfer
- String :
- # Number of transactions
- Int :
- # The type of transfer
- String :
- }