Files
rust-mollie-sdk/docs/EntityBalanceTransfer.md
T
Zomatree e738db98b9 init
2025-10-20 14:41:17 +01:00

2.0 KiB

EntityBalanceTransfer

Properties

Name Type Description Notes
resource String Indicates the response contains a balance transfer object. Will always contain the string connect-balance-transfer for this endpoint. [readonly]
id String
amount models::Amount The amount to be transferred, e.g. {\"currency\":\"EUR\", \"value\":\"1000.00\"} if you would like to transfer €1000.00.
source models::EntityBalanceTransferParty
destination models::EntityBalanceTransferParty
description String The transfer description for initiating party.
status models::BalanceTransferStatus
status_reason models::EntityBalanceTransferStatusReason
category Option<models::BalanceTransferCategory> [optional]
created_at String The entity's date and time of creation, in ISO 8601 format. [readonly]
executed_at Option<String> The date and time when the transfer was completed, in ISO 8601 format. This parameter is omitted if the transfer is not executed (yet). [optional][readonly]
testmode Option<bool> Whether to create the entity in test mode or live mode. Most API credentials are specifically created for either live mode or test mode, in which case this parameter can be omitted. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting testmode to true. [optional]
mode models::Mode

[Back to Model list] [Back to API list] [Back to README]