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