| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
static CreatePaymentLinkRequest.StorePaymentMethodModeEnum |
CreatePaymentLinkRequest.StorePaymentMethodModeEnum.fromValue(String value) |
CreatePaymentLinkRequest.StorePaymentMethodModeEnum |
CreatePaymentLinkRequest.getStorePaymentMethodMode()
Indicates if the details of the payment method will be stored for the shopper.
|
CreatePaymentLinkRequest.StorePaymentMethodModeEnum |
CreatePaymentLinkRequest.StorePaymentMethodModeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CreatePaymentLinkRequest.StorePaymentMethodModeEnum |
CreatePaymentLinkRequest.StorePaymentMethodModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreatePaymentLinkRequest.StorePaymentMethodModeEnum[] |
CreatePaymentLinkRequest.StorePaymentMethodModeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePaymentLinkRequest.setStorePaymentMethodMode(CreatePaymentLinkRequest.StorePaymentMethodModeEnum storePaymentMethodMode) |
CreatePaymentLinkRequest |
CreatePaymentLinkRequest.storePaymentMethodMode(CreatePaymentLinkRequest.StorePaymentMethodModeEnum storePaymentMethodMode) |
void |
CreatePaymentLinkRequest.StorePaymentMethodModeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CreatePaymentLinkRequest.StorePaymentMethodModeEnum enumeration) |
Copyright © 2022. All rights reserved.