TransferData |
TransferData.accountHolder(ResourceReference accountHolder) |
accountHolder
|
TransferData |
TransferData.addBalancesItem(BalanceMutation balancesItem) |
|
TransferData |
TransferData.addEventsItem(TransferEvent eventsItem) |
|
TransferData |
TransferData.amount(Amount amount) |
amount
|
TransferData |
TransferData.balanceAccount(ResourceReference balanceAccount) |
balanceAccount
|
TransferData |
TransferData.balancePlatform(String balancePlatform) |
The unique identifier of the balance platform.
|
TransferData |
TransferData.balances(List<BalanceMutation> balances) |
The list of the latest balance statuses in the transfer.
|
TransferData |
TransferData.category(TransferData.CategoryEnum category) |
The category of the transfer.
|
TransferData |
TransferData.categoryData(TransferDataCategoryData categoryData) |
categoryData
|
TransferData |
TransferData.counterparty(TransferNotificationCounterParty counterparty) |
counterparty
|
TransferData |
TransferData.creationDate(OffsetDateTime creationDate) |
The date and time when the event was triggered, in ISO 8601 extended format.
|
TransferData |
TransferData.description(String description) |
Your description for the transfer.
|
TransferData |
TransferData.directDebitInformation(DirectDebitInformation directDebitInformation) |
directDebitInformation
|
TransferData |
TransferData.direction(TransferData.DirectionEnum direction) |
The direction of the transfer.
|
TransferData |
TransferData.eventId(String eventId) |
The event id listed under events, that triggered the notification.
|
TransferData |
TransferData.events(List<TransferEvent> events) |
The list of events leading up to the current status of the transfer.
|
static TransferData |
TransferData.fromJson(String jsonString) |
Create an instance of TransferData given an JSON string
|
TransferData |
TransferNotificationRequest.getData() |
data
|
TransferData |
TransferData.id(String id) |
The ID of the resource.
|
TransferData |
TransferData.paymentInstrument(PaymentInstrument paymentInstrument) |
paymentInstrument
|
TransferData |
TransferData.reason(TransferData.ReasonEnum reason) |
Additional information about the status of the transfer.
|
TransferData |
TransferData.reference(String reference) |
Your reference for the transfer, used internally within your platform.
|
TransferData |
TransferData.referenceForBeneficiary(String referenceForBeneficiary) |
A reference that is sent to the recipient.
|
TransferData |
TransferData.review(TransferReview review) |
review
|
TransferData |
TransferData.sequenceNumber(Integer sequenceNumber) |
The sequence number of the transfer webhook.
|
TransferData |
TransferData.status(TransferData.StatusEnum status) |
The result of the transfer.
|
TransferData |
TransferData.tracking(TransferDataTracking tracking) |
tracking
|
TransferData |
TransferData.transactionRulesResult(TransactionRulesResult transactionRulesResult) |
transactionRulesResult
|
TransferData |
TransferData.type(TransferData.TypeEnum type) |
The type of transfer or transaction.
|