Uses of Class
com.adyen.model.checkout.Payment
-
Packages that use Payment Package Description com.adyen.model.checkout -
-
Uses of Payment in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Payment Modifier and Type Method Description PaymentPayment. amount(Amount amount)amountstatic PaymentPayment. fromJson(String jsonString)Create an instance of Payment given an JSON stringPaymentPayment. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PaymentPayment. paymentMethod(ResponsePaymentMethod paymentMethod)paymentMethodPaymentPayment. pspReference(String pspReference)Adyen's 16-character reference associated with the transaction/request.PaymentPayment. resultCode(Payment.ResultCodeEnum resultCode)The result of the payment.Methods in com.adyen.model.checkout that return types with arguments of type Payment Modifier and Type Method Description List<Payment>SessionResultResponse. getPayments()A list of all authorised payments done for this session.Methods in com.adyen.model.checkout with parameters of type Payment Modifier and Type Method Description SessionResultResponseSessionResultResponse. addPaymentsItem(Payment paymentsItem)Method parameters in com.adyen.model.checkout with type arguments of type Payment Modifier and Type Method Description SessionResultResponseSessionResultResponse. payments(List<Payment> payments)A list of all authorised payments done for this session.voidSessionResultResponse. setPayments(List<Payment> payments)A list of all authorised payments done for this session.
-