Uses of Class
com.adyen.model.AccountInfo.DeliveryAddressUsageIndicatorEnum
-
Packages that use AccountInfo.DeliveryAddressUsageIndicatorEnum Package Description com.adyen.model -
-
Uses of AccountInfo.DeliveryAddressUsageIndicatorEnum in com.adyen.model
Methods in com.adyen.model that return AccountInfo.DeliveryAddressUsageIndicatorEnum Modifier and Type Method Description static AccountInfo.DeliveryAddressUsageIndicatorEnumAccountInfo.DeliveryAddressUsageIndicatorEnum. fromValue(String text)AccountInfo.DeliveryAddressUsageIndicatorEnumAccountInfo. getDeliveryAddressUsageIndicator()Indicator for the length of time since this delivery address was first used.AccountInfo.DeliveryAddressUsageIndicatorEnumAccountInfo.DeliveryAddressUsageIndicatorEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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 with parameters of type AccountInfo.DeliveryAddressUsageIndicatorEnum Modifier and Type Method Description AccountInfoAccountInfo. deliveryAddressUsageIndicator(AccountInfo.DeliveryAddressUsageIndicatorEnum deliveryAddressUsageIndicator)voidAccountInfo. setDeliveryAddressUsageIndicator(AccountInfo.DeliveryAddressUsageIndicatorEnum deliveryAddressUsageIndicator)voidAccountInfo.DeliveryAddressUsageIndicatorEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AccountInfo.DeliveryAddressUsageIndicatorEnum enumeration)
-