Entities
Transfer
module-attribute
¶
TransferId
module-attribute
¶
AccountTransfer
dataclass
¶
AccountTransfer(
id,
workspace_key,
external_id,
direction,
reference,
effective_date,
account_id,
transfer_history_id,
updates,
events,
raw,
)
BalanceInformation
dataclass
¶
BankTransfer
dataclass
¶
BankTransfer(
id,
workspace_key,
external_id,
direction,
effective_date,
account_id,
transfer_history_id,
updates,
events,
sepa_mandate_id,
sepa_beneficiary_id,
raw,
)
CardPaymentMerchant
dataclass
¶
CardTransfer
dataclass
¶
CardTransfer(
id,
workspace_key,
external_id,
effective_date,
merchant,
card_id,
account_id,
updates,
events,
raw,
transfer_history_id,
)
InternalTransfer
dataclass
¶
TransferEvent
dataclass
¶
TransferEvent(
id,
workspace_key,
external_id,
effective_date,
received,
reserved,
balance,
status,
raw,
)
TransferHistory
dataclass
¶
TransferUpdate
dataclass
¶
TransferUpdate(
id,
workspace_key,
external_transfer_id,
sequence_number,
transfer_id,
transfer_type,
direction,
occurred_at,
amount,
currency,
status,
external_transaction_id=None,
raw=None,
)