Uses of Class
com.adyen.model.checkout.CreatePaymentAmountUpdateRequest
-
Packages that use CreatePaymentAmountUpdateRequest Package Description com.adyen.model.checkout com.adyen.service -
-
Uses of CreatePaymentAmountUpdateRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CreatePaymentAmountUpdateRequest Modifier and Type Method Description CreatePaymentAmountUpdateRequestCreatePaymentAmountUpdateRequest. addSplitsItem(Split splitsItem)CreatePaymentAmountUpdateRequestCreatePaymentAmountUpdateRequest. amount(Amount amount)static CreatePaymentAmountUpdateRequestCreatePaymentAmountUpdateRequest. fromJson(String jsonString)Create an instance of CreatePaymentAmountUpdateRequest given an JSON stringCreatePaymentAmountUpdateRequestCreatePaymentAmountUpdateRequest. industryUsage(CreatePaymentAmountUpdateRequest.IndustryUsageEnum industryUsage)CreatePaymentAmountUpdateRequestCreatePaymentAmountUpdateRequest. merchantAccount(String merchantAccount)CreatePaymentAmountUpdateRequestCreatePaymentAmountUpdateRequest. reference(String reference)CreatePaymentAmountUpdateRequestCreatePaymentAmountUpdateRequest. splits(List<Split> splits) -
Uses of CreatePaymentAmountUpdateRequest in com.adyen.service
Methods in com.adyen.service with parameters of type CreatePaymentAmountUpdateRequest Modifier and Type Method Description PaymentAmountUpdateResourceCheckout. paymentsAmountUpdates(String paymentPspReference, CreatePaymentAmountUpdateRequest createPaymentAmountUpdateRequest)POST /payments/{paymentPspReference}/amountUpdatesPaymentAmountUpdateResourceCheckout. paymentsAmountUpdates(String paymentPspReference, CreatePaymentAmountUpdateRequest createPaymentAmountUpdateRequest, RequestOptions requestOptions)POST /payments/{paymentPspReference}/amountUpdates
-