Transaction |
Transaction.accountHolder(ResourceReference accountHolder) |
accountHolder
|
Transaction |
Transaction.amount(Amount amount) |
amount
|
Transaction |
Transaction.balanceAccount(ResourceReference balanceAccount) |
balanceAccount
|
Transaction |
Transaction.balancePlatform(String balancePlatform) |
The unique identifier of the balance platform.
|
Transaction |
Transaction.bookingDate(OffsetDateTime bookingDate) |
The date the transaction was booked into the balance account.
|
Transaction |
Transaction.creationDate(OffsetDateTime creationDate) |
The date and time when the event was triggered, in ISO 8601 extended format.
|
Transaction |
Transaction.description(String description) |
The `description` from the `/transfers` request.
|
static Transaction |
Transaction.fromJson(String jsonString) |
Create an instance of Transaction given an JSON string
|
Transaction |
TransactionNotificationRequestV4.getData() |
data
|
Transaction |
Transaction.id(String id) |
The unique identifier of the transaction.
|
Transaction |
Transaction.paymentInstrument(PaymentInstrument paymentInstrument) |
paymentInstrument
|
Transaction |
Transaction.referenceForBeneficiary(String referenceForBeneficiary) |
The reference sent to or received from the counterparty
|
Transaction |
Transaction.status(Transaction.StatusEnum status) |
The status of the transaction.
|
Transaction |
Transaction.transfer(TransferView transfer) |
transfer
|
Transaction |
Transaction.valueDate(OffsetDateTime valueDate) |
The date the transfer amount becomes available in the balance account.
|