UltimatePartyIdentification |
UltimatePartyIdentification.address(Address address) |
address
|
UltimatePartyIdentification |
UltimatePartyIdentification.dateOfBirth(LocalDate dateOfBirth) |
The date of birth of the individual in [ISO-8601](https://www.w3.org/TR/NOTE-datetime) format.
|
UltimatePartyIdentification |
UltimatePartyIdentification.email(String email) |
The email address of the organization or individual.
|
UltimatePartyIdentification |
UltimatePartyIdentification.firstName(String firstName) |
The first name of the individual.
|
static UltimatePartyIdentification |
UltimatePartyIdentification.fromJson(String jsonString) |
Create an instance of UltimatePartyIdentification given an JSON string
|
UltimatePartyIdentification |
UltimatePartyIdentification.fullName(String fullName) |
The full name of the entity that owns the bank account or card.
|
UltimatePartyIdentification |
UltimatePartyIdentification.fundingInstrument(FundingInstrument fundingInstrument) |
fundingInstrument
|
UltimatePartyIdentification |
Transfer.getUltimateParty() |
Get ultimateParty
|
UltimatePartyIdentification |
TransferData.getUltimateParty() |
Get ultimateParty
|
UltimatePartyIdentification |
TransferInfo.getUltimateParty() |
Get ultimateParty
|
UltimatePartyIdentification |
UltimatePartyIdentification.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
UltimatePartyIdentification |
UltimatePartyIdentification.lastName(String lastName) |
The last name of the individual.
|
UltimatePartyIdentification |
UltimatePartyIdentification.reference(String reference) |
A unique reference to identify the party or counterparty involved in the transfer.
|
UltimatePartyIdentification |
UltimatePartyIdentification.type(UltimatePartyIdentification.TypeEnum type) |
The type of entity that owns the bank account or card.
|
UltimatePartyIdentification |
UltimatePartyIdentification.url(String url) |
The URL of the organization or individual.
|