| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
static CreatePaymentLinkRequest.RequiredShopperFieldsEnum |
CreatePaymentLinkRequest.RequiredShopperFieldsEnum.fromValue(String text) |
CreatePaymentLinkRequest.RequiredShopperFieldsEnum |
CreatePaymentLinkRequest.RequiredShopperFieldsEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CreatePaymentLinkRequest.RequiredShopperFieldsEnum |
CreatePaymentLinkRequest.RequiredShopperFieldsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreatePaymentLinkRequest.RequiredShopperFieldsEnum[] |
CreatePaymentLinkRequest.RequiredShopperFieldsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreatePaymentLinkRequest.RequiredShopperFieldsEnum> |
CreatePaymentLinkRequest.getRequiredShopperFields()
List of fields that the shopper has to provide on the payment page before completing the payment.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePaymentLinkRequest |
CreatePaymentLinkRequest.addRequiredShopperFieldsItem(CreatePaymentLinkRequest.RequiredShopperFieldsEnum requiredShopperFieldsItem) |
void |
CreatePaymentLinkRequest.RequiredShopperFieldsEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CreatePaymentLinkRequest.RequiredShopperFieldsEnum enumeration) |
| Modifier and Type | Method and Description |
|---|---|
CreatePaymentLinkRequest |
CreatePaymentLinkRequest.requiredShopperFields(List<CreatePaymentLinkRequest.RequiredShopperFieldsEnum> requiredShopperFields) |
void |
CreatePaymentLinkRequest.setRequiredShopperFields(List<CreatePaymentLinkRequest.RequiredShopperFieldsEnum> requiredShopperFields) |
Copyright © 2022. All rights reserved.