Uses of Class
com.adyen.model.payment.AccountInfo.DeliveryAddressUsageIndicatorEnum
-
Packages that use AccountInfo.DeliveryAddressUsageIndicatorEnum Package Description com.adyen.model.payment -
-
Uses of AccountInfo.DeliveryAddressUsageIndicatorEnum in com.adyen.model.payment
Methods in com.adyen.model.payment 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.payment with parameters of type AccountInfo.DeliveryAddressUsageIndicatorEnum Modifier and Type Method Description AccountInfoAccountInfo. deliveryAddressUsageIndicator(AccountInfo.DeliveryAddressUsageIndicatorEnum deliveryAddressUsageIndicator)Indicator for the length of time since this delivery address was first used.voidAccountInfo. setDeliveryAddressUsageIndicator(AccountInfo.DeliveryAddressUsageIndicatorEnum deliveryAddressUsageIndicator)Indicator for the length of time since this delivery address was first used.
-