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