Uses of Class
com.adyen.model.transfers.PartyIdentification2
-
Packages that use PartyIdentification2 Package Description com.adyen.model.transfers -
-
Uses of PartyIdentification2 in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return PartyIdentification2 Modifier and Type Method Description PartyIdentification2PartyIdentification2. address(Address2 address)PartyIdentification2PartyIdentification2. dateOfBirth(LocalDate dateOfBirth)PartyIdentification2PartyIdentification2. firstName(String firstName)static PartyIdentification2PartyIdentification2. fromJson(String jsonString)Create an instance of PartyIdentification2 given an JSON stringPartyIdentification2PartyIdentification2. fullName(String fullName)PartyIdentification2BankAccountV3. getAccountHolder()Get accountHolderPartyIdentification2PartyIdentification2. lastName(String lastName)PartyIdentification2PartyIdentification2. reference(String reference)PartyIdentification2PartyIdentification2. type(PartyIdentification2.TypeEnum type)Methods in com.adyen.model.transfers with parameters of type PartyIdentification2 Modifier and Type Method Description BankAccountV3BankAccountV3. accountHolder(PartyIdentification2 accountHolder)voidBankAccountV3. setAccountHolder(PartyIdentification2 accountHolder)
-