Uses of Class
com.adyen.model.payment.AcctInfo.ShipNameIndicatorEnum
-
Packages that use AcctInfo.ShipNameIndicatorEnum Package Description com.adyen.model.payment -
-
Uses of AcctInfo.ShipNameIndicatorEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return AcctInfo.ShipNameIndicatorEnum Modifier and Type Method Description static AcctInfo.ShipNameIndicatorEnumAcctInfo.ShipNameIndicatorEnum. fromValue(String value)AcctInfo.ShipNameIndicatorEnumAcctInfo. getShipNameIndicator()Indicates if the Cardholder Name on the account is identical to the shipping Name used for this transaction.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.payment with parameters of type AcctInfo.ShipNameIndicatorEnum Modifier and Type Method Description voidAcctInfo. setShipNameIndicator(AcctInfo.ShipNameIndicatorEnum shipNameIndicator)Indicates if the Cardholder Name on the account is identical to the shipping Name used for this transaction.AcctInfoAcctInfo. shipNameIndicator(AcctInfo.ShipNameIndicatorEnum shipNameIndicator)
-