Uses of Class
com.adyen.model.transfers.UltimatePartyIdentification.TypeEnum
-
Packages that use UltimatePartyIdentification.TypeEnum Package Description com.adyen.model.transfers -
-
Uses of UltimatePartyIdentification.TypeEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return UltimatePartyIdentification.TypeEnum Modifier and Type Method Description static UltimatePartyIdentification.TypeEnumUltimatePartyIdentification.TypeEnum. fromValue(String value)UltimatePartyIdentification.TypeEnumUltimatePartyIdentification. getType()The type of entity that owns the bank account or card.static UltimatePartyIdentification.TypeEnumUltimatePartyIdentification.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UltimatePartyIdentification.TypeEnum[]UltimatePartyIdentification.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.transfers with parameters of type UltimatePartyIdentification.TypeEnum Modifier and Type Method Description voidUltimatePartyIdentification. setType(UltimatePartyIdentification.TypeEnum type)The type of entity that owns the bank account or card.UltimatePartyIdentificationUltimatePartyIdentification. type(UltimatePartyIdentification.TypeEnum type)The type of entity that owns the bank account or card.
-