Uses of Class
com.adyen.model.checkout.CreatePaymentAmountUpdateRequest.ReasonEnum
-
Packages that use CreatePaymentAmountUpdateRequest.ReasonEnum Package Description com.adyen.model.checkout -
-
Uses of CreatePaymentAmountUpdateRequest.ReasonEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CreatePaymentAmountUpdateRequest.ReasonEnum Modifier and Type Method Description static CreatePaymentAmountUpdateRequest.ReasonEnumCreatePaymentAmountUpdateRequest.ReasonEnum. fromValue(String value)CreatePaymentAmountUpdateRequest.ReasonEnumCreatePaymentAmountUpdateRequest. getReason()The reason for the amount update.CreatePaymentAmountUpdateRequest.ReasonEnumCreatePaymentAmountUpdateRequest.ReasonEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CreatePaymentAmountUpdateRequest.ReasonEnumCreatePaymentAmountUpdateRequest.ReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CreatePaymentAmountUpdateRequest.ReasonEnum[]CreatePaymentAmountUpdateRequest.ReasonEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type CreatePaymentAmountUpdateRequest.ReasonEnum Modifier and Type Method Description CreatePaymentAmountUpdateRequestCreatePaymentAmountUpdateRequest. reason(CreatePaymentAmountUpdateRequest.ReasonEnum reason)voidCreatePaymentAmountUpdateRequest. setReason(CreatePaymentAmountUpdateRequest.ReasonEnum reason)voidCreatePaymentAmountUpdateRequest.ReasonEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CreatePaymentAmountUpdateRequest.ReasonEnum enumeration)
-