Uses of Class
com.adyen.model.checkout.AcctInfo.ShipAddressUsageIndEnum
-
Packages that use AcctInfo.ShipAddressUsageIndEnum Package Description com.adyen.model.checkout -
-
Uses of AcctInfo.ShipAddressUsageIndEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AcctInfo.ShipAddressUsageIndEnum Modifier and Type Method Description static AcctInfo.ShipAddressUsageIndEnumAcctInfo.ShipAddressUsageIndEnum. fromValue(String value)AcctInfo.ShipAddressUsageIndEnumAcctInfo. getShipAddressUsageInd()Indicates when the shipping address used for this transaction was first used with the 3DS Requestor.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.checkout with parameters of type AcctInfo.ShipAddressUsageIndEnum Modifier and Type Method Description voidAcctInfo. setShipAddressUsageInd(AcctInfo.ShipAddressUsageIndEnum shipAddressUsageInd)Indicates when the shipping address used for this transaction was first used with the 3DS Requestor.AcctInfoAcctInfo. shipAddressUsageInd(AcctInfo.ShipAddressUsageIndEnum shipAddressUsageInd)Indicates when the shipping address used for this transaction was first used with the 3DS Requestor.
-