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 accountHolderPartyIdentificationCard. getCardHolder()Get cardHolderPartyIdentificationPartyIdentification. 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)CardCard. cardHolder(PartyIdentification cardHolder)voidBankAccountV3. setAccountHolder(PartyIdentification accountHolder)accountHoldervoidCard. setCardHolder(PartyIdentification cardHolder)cardHolder
-