Transfer |
Transfer.accountHolder(ResourceReference accountHolder) |
accountHolder
|
Transfer |
Transfer.amount(Amount amount) |
amount
|
Transfer |
Transfer.balanceAccount(ResourceReference balanceAccount) |
balanceAccount
|
Transfer |
Transfer.category(Transfer.CategoryEnum category) |
The category of the transfer.
|
Transfer |
Transfer.categoryData(TransferCategoryData categoryData) |
categoryData
|
Transfer |
Transfer.counterparty(CounterpartyV3 counterparty) |
counterparty
|
Transfer |
Transfer.creationDate(OffsetDateTime creationDate) |
The date and time when the event was triggered, in ISO 8601 extended format.
|
Transfer |
Transfer.description(String description) |
Your description for the transfer.
|
Transfer |
Transfer.directDebitInformation(DirectDebitInformation directDebitInformation) |
directDebitInformation
|
Transfer |
Transfer.direction(Transfer.DirectionEnum direction) |
The direction of the transfer.
|
static Transfer |
Transfer.fromJson(String jsonString) |
Create an instance of Transfer given an JSON string
|
Transfer |
Transfer.id(String id) |
The ID of the resource.
|
Transfer |
Transfer.paymentInstrument(PaymentInstrument paymentInstrument) |
paymentInstrument
|
Transfer |
Transfer.reason(Transfer.ReasonEnum reason) |
Additional information about the status of the transfer.
|
Transfer |
Transfer.reference(String reference) |
Your reference for the transfer, used internally within your platform.
|
Transfer |
Transfer.referenceForBeneficiary(String referenceForBeneficiary) |
A reference that is sent to the recipient.
|
Transfer |
Transfer.review(TransferReview review) |
review
|
Transfer |
Transfer.status(Transfer.StatusEnum status) |
The result of the transfer.
|
Transfer |
Transfer.type(Transfer.TypeEnum type) |
The type of transfer or transaction.
|