| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
static CheckoutPaymentsAction.CheckoutActionType |
CheckoutPaymentsAction.CheckoutActionType.fromValue(String text) |
CheckoutPaymentsAction.CheckoutActionType |
CheckoutPaymentsAction.getType()
Enum that specifies the action that needs to be taken by the client.
|
CheckoutPaymentsAction.CheckoutActionType |
CheckoutPaymentsAction.CheckoutActionType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CheckoutPaymentsAction.CheckoutActionType |
CheckoutPaymentsAction.CheckoutActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckoutPaymentsAction.CheckoutActionType[] |
CheckoutPaymentsAction.CheckoutActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckoutPaymentsAction.setType(CheckoutPaymentsAction.CheckoutActionType type) |
CheckoutPaymentsAction |
CheckoutPaymentsAction.type(CheckoutPaymentsAction.CheckoutActionType type) |
void |
CheckoutPaymentsAction.CheckoutActionType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CheckoutPaymentsAction.CheckoutActionType enumeration) |
Copyright © 2022. All rights reserved.