Uses of Class
com.adyen.model.AcctInfo.ShipAddressUsageIndEnum
-
Packages that use AcctInfo.ShipAddressUsageIndEnum Package Description com.adyen.model -
-
Uses of AcctInfo.ShipAddressUsageIndEnum in com.adyen.model
Methods in com.adyen.model that return AcctInfo.ShipAddressUsageIndEnum Modifier and Type Method Description static AcctInfo.ShipAddressUsageIndEnumAcctInfo.ShipAddressUsageIndEnum. fromValue(String input)AcctInfo.ShipAddressUsageIndEnumAcctInfo. getShipAddressUsageInd()Indicates when the shipping address used for this transaction was first used with the 3DS Requestor.AcctInfo.ShipAddressUsageIndEnumAcctInfo.ShipAddressUsageIndEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AcctInfo.ShipAddressUsageIndEnumAcctInfo.ShipAddressUsageIndEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AcctInfo.ShipAddressUsageIndEnum[]AcctInfo.ShipAddressUsageIndEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model with parameters of type AcctInfo.ShipAddressUsageIndEnum Modifier and Type Method Description voidAcctInfo. setShipAddressUsageInd(AcctInfo.ShipAddressUsageIndEnum shipAddressUsageInd)AcctInfoAcctInfo. shipAddressUsageInd(AcctInfo.ShipAddressUsageIndEnum shipAddressUsageInd)voidAcctInfo.ShipAddressUsageIndEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AcctInfo.ShipAddressUsageIndEnum enumeration)
-