| Package | Description |
|---|---|
| com.adyen.model |
| Modifier and Type | Method and Description |
|---|---|
static AccountInfo.DeliveryAddressUsageIndicatorEnum |
AccountInfo.DeliveryAddressUsageIndicatorEnum.fromValue(String text) |
AccountInfo.DeliveryAddressUsageIndicatorEnum |
AccountInfo.getDeliveryAddressUsageIndicator()
Indicator for the length of time since this delivery address was first used.
|
AccountInfo.DeliveryAddressUsageIndicatorEnum |
AccountInfo.DeliveryAddressUsageIndicatorEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static AccountInfo.DeliveryAddressUsageIndicatorEnum |
AccountInfo.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.
|
| Modifier and Type | Method and Description |
|---|---|
AccountInfo |
AccountInfo.deliveryAddressUsageIndicator(AccountInfo.DeliveryAddressUsageIndicatorEnum deliveryAddressUsageIndicator) |
void |
AccountInfo.setDeliveryAddressUsageIndicator(AccountInfo.DeliveryAddressUsageIndicatorEnum deliveryAddressUsageIndicator) |
void |
AccountInfo.DeliveryAddressUsageIndicatorEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
AccountInfo.DeliveryAddressUsageIndicatorEnum enumeration) |
Copyright © 2022. All rights reserved.