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)CreatePaymentAmountUpdateRequestCreatePaymentAmountUpdateRequest. merchantAccount(String merchantAccount)CreatePaymentAmountUpdateRequestCreatePaymentAmountUpdateRequest. reason(CreatePaymentAmountUpdateRequest.ReasonEnum reason)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}/amountUpdates
-