Uses of Class
com.adyen.model.AcctInfo.ShipNameIndicatorEnum
-
Packages that use AcctInfo.ShipNameIndicatorEnum Package Description com.adyen.model -
-
Uses of AcctInfo.ShipNameIndicatorEnum in com.adyen.model
Methods in com.adyen.model that return AcctInfo.ShipNameIndicatorEnum Modifier and Type Method Description static AcctInfo.ShipNameIndicatorEnumAcctInfo.ShipNameIndicatorEnum. fromValue(String input)AcctInfo.ShipNameIndicatorEnumAcctInfo. getShipNameIndicator()Indicates if the Cardholder Name on the account is identical to the shipping Name used for this transaction.AcctInfo.ShipNameIndicatorEnumAcctInfo.ShipNameIndicatorEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AcctInfo.ShipNameIndicatorEnumAcctInfo.ShipNameIndicatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AcctInfo.ShipNameIndicatorEnum[]AcctInfo.ShipNameIndicatorEnum. 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.ShipNameIndicatorEnum Modifier and Type Method Description voidAcctInfo. setShipNameIndicator(AcctInfo.ShipNameIndicatorEnum shipNameIndicator)AcctInfoAcctInfo. shipNameIndicator(AcctInfo.ShipNameIndicatorEnum shipNameIndicator)voidAcctInfo.ShipNameIndicatorEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AcctInfo.ShipNameIndicatorEnum enumeration)
-