Uses of Class
com.adyen.model.transfers.UltimatePartyIdentification
-
Packages that use UltimatePartyIdentification Package Description com.adyen.model.transfers -
-
Uses of UltimatePartyIdentification in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return UltimatePartyIdentification Modifier and Type Method Description UltimatePartyIdentificationUltimatePartyIdentification. address(Address address)UltimatePartyIdentificationUltimatePartyIdentification. dateOfBirth(LocalDate dateOfBirth)UltimatePartyIdentificationUltimatePartyIdentification. firstName(String firstName)static UltimatePartyIdentificationUltimatePartyIdentification. fromJson(String jsonString)Create an instance of UltimatePartyIdentification given an JSON stringUltimatePartyIdentificationUltimatePartyIdentification. fullName(String fullName)UltimatePartyIdentificationTransferInfo. getUltimateParty()Get ultimatePartyUltimatePartyIdentificationUltimatePartyIdentification. lastName(String lastName)UltimatePartyIdentificationUltimatePartyIdentification. reference(String reference)UltimatePartyIdentificationUltimatePartyIdentification. type(UltimatePartyIdentification.TypeEnum type)Methods in com.adyen.model.transfers with parameters of type UltimatePartyIdentification Modifier and Type Method Description voidTransferInfo. setUltimateParty(UltimatePartyIdentification ultimateParty)ultimatePartyTransferInfoTransferInfo. ultimateParty(UltimatePartyIdentification ultimateParty)
-