Uses of Class
com.adyen.model.transfers.PartyIdentification.TypeEnum
-
Packages that use PartyIdentification.TypeEnum Package Description com.adyen.model.transfers -
-
Uses of PartyIdentification.TypeEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return PartyIdentification.TypeEnum Modifier and Type Method Description static PartyIdentification.TypeEnumPartyIdentification.TypeEnum. fromValue(String value)PartyIdentification.TypeEnumPartyIdentification. getType()The type of entity that owns the bank account.static PartyIdentification.TypeEnumPartyIdentification.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PartyIdentification.TypeEnum[]PartyIdentification.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 PartyIdentification.TypeEnum Modifier and Type Method Description voidPartyIdentification. setType(PartyIdentification.TypeEnum type)The type of entity that owns the bank account.PartyIdentificationPartyIdentification. type(PartyIdentification.TypeEnum type)
-