| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
static ShopperInput.DeliveryAddressEnum |
ShopperInput.DeliveryAddressEnum.fromValue(String text) |
ShopperInput.DeliveryAddressEnum |
ShopperInput.getDeliveryAddress() |
ShopperInput.DeliveryAddressEnum |
ShopperInput.DeliveryAddressEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ShopperInput.DeliveryAddressEnum |
ShopperInput.DeliveryAddressEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShopperInput.DeliveryAddressEnum[] |
ShopperInput.DeliveryAddressEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ShopperInput |
ShopperInput.deliveryAddress(ShopperInput.DeliveryAddressEnum deliveryAddress) |
void |
ShopperInput.setDeliveryAddress(ShopperInput.DeliveryAddressEnum deliveryAddress) |
void |
ShopperInput.DeliveryAddressEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ShopperInput.DeliveryAddressEnum enumeration) |
Copyright © 2022. All rights reserved.