Uses of Class
com.adyen.model.transferwebhooks.PartyIdentification
-
Packages that use PartyIdentification Package Description com.adyen.model.transferwebhooks -
-
Uses of PartyIdentification in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks 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.transferwebhooks 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
-