Uses of Class
com.adyen.model.checkout.CreatePaymentAmountUpdateRequest
-
Packages that use CreatePaymentAmountUpdateRequest Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
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.checkout
Methods in com.adyen.service.checkout with parameters of type CreatePaymentAmountUpdateRequest Modifier and Type Method Description PaymentAmountUpdateResourceModificationsApi. updateAuthorisedAmount(String paymentPspReference, CreatePaymentAmountUpdateRequest createPaymentAmountUpdateRequest)Update an authorised amountPaymentAmountUpdateResourceModificationsApi. updateAuthorisedAmount(String paymentPspReference, CreatePaymentAmountUpdateRequest createPaymentAmountUpdateRequest, RequestOptions requestOptions)Update an authorised amount
-