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.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 |
TransferInfo.getUltimateParty() |
ultimateParty
|
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.
|