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