Uses of Class
com.adyen.model.checkout.AccountInfo.DeliveryAddressUsageIndicatorEnum
-
Packages that use AccountInfo.DeliveryAddressUsageIndicatorEnum Package Description com.adyen.model.checkout -
-
Uses of AccountInfo.DeliveryAddressUsageIndicatorEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AccountInfo.DeliveryAddressUsageIndicatorEnum Modifier and Type Method Description static AccountInfo.DeliveryAddressUsageIndicatorEnumAccountInfo.DeliveryAddressUsageIndicatorEnum. fromValue(String value)AccountInfo.DeliveryAddressUsageIndicatorEnumAccountInfo. getDeliveryAddressUsageIndicator()Indicator for the length of time since this delivery address was first used.static AccountInfo.DeliveryAddressUsageIndicatorEnumAccountInfo.DeliveryAddressUsageIndicatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountInfo.DeliveryAddressUsageIndicatorEnum[]AccountInfo.DeliveryAddressUsageIndicatorEnum. 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 AccountInfo.DeliveryAddressUsageIndicatorEnum Modifier and Type Method Description AccountInfoAccountInfo. deliveryAddressUsageIndicator(AccountInfo.DeliveryAddressUsageIndicatorEnum deliveryAddressUsageIndicator)voidAccountInfo. setDeliveryAddressUsageIndicator(AccountInfo.DeliveryAddressUsageIndicatorEnum deliveryAddressUsageIndicator)Indicator for the length of time since this delivery address was first used.
-