PartyIdentification |
PartyIdentification.address(Address address) |
address
|
PartyIdentification |
PartyIdentification.dateOfBirth(LocalDate dateOfBirth) |
The date of birth of the individual in [ISO-8601](https://www.w3.org/TR/NOTE-datetime) format.
|
PartyIdentification |
PartyIdentification.firstName(String firstName) |
The first name of the individual.
|
static PartyIdentification |
PartyIdentification.fromJson(String jsonString) |
Create an instance of PartyIdentification given an JSON string
|
PartyIdentification |
PartyIdentification.fullName(String fullName) |
The full name of the entity that owns the bank account or card.
|
PartyIdentification |
BankAccountV3.getAccountHolder() |
accountHolder
|
PartyIdentification |
Card.getCardHolder() |
cardHolder
|
PartyIdentification |
PartyIdentification.lastName(String lastName) |
The last name of the individual.
|
PartyIdentification |
PartyIdentification.reference(String reference) |
A unique reference to identify the party or counterparty involved in the transfer.
|
PartyIdentification |
PartyIdentification.type(PartyIdentification.TypeEnum type) |
The type of entity that owns the bank account or card.
|