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