| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
static ShopperInput.BillingAddressEnum |
ShopperInput.BillingAddressEnum.fromValue(String text) |
ShopperInput.BillingAddressEnum |
ShopperInput.getBillingAddress() |
ShopperInput.BillingAddressEnum |
ShopperInput.BillingAddressEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ShopperInput.BillingAddressEnum |
ShopperInput.BillingAddressEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShopperInput.BillingAddressEnum[] |
ShopperInput.BillingAddressEnum.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.billingAddress(ShopperInput.BillingAddressEnum billingAddress) |
void |
ShopperInput.setBillingAddress(ShopperInput.BillingAddressEnum billingAddress) |
void |
ShopperInput.BillingAddressEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ShopperInput.BillingAddressEnum enumeration) |
Copyright © 2022. All rights reserved.