Uses of Class
com.adyen.model.transfers.PartyIdentification2.TypeEnum
-
Packages that use PartyIdentification2.TypeEnum Package Description com.adyen.model.transfers -
-
Uses of PartyIdentification2.TypeEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return PartyIdentification2.TypeEnum Modifier and Type Method Description static PartyIdentification2.TypeEnumPartyIdentification2.TypeEnum. fromValue(String value)PartyIdentification2.TypeEnumPartyIdentification2. getType()The type of entity that owns the bank account.PartyIdentification2.TypeEnumPartyIdentification2.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PartyIdentification2.TypeEnumPartyIdentification2.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PartyIdentification2.TypeEnum[]PartyIdentification2.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 PartyIdentification2.TypeEnum Modifier and Type Method Description voidPartyIdentification2. setType(PartyIdentification2.TypeEnum type)PartyIdentification2PartyIdentification2. type(PartyIdentification2.TypeEnum type)voidPartyIdentification2.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PartyIdentification2.TypeEnum enumeration)
-