Uses of Class
com.adyen.model.checkout.CheckoutOrderResponse
-
Packages that use CheckoutOrderResponse Package Description com.adyen.model.checkout -
-
Uses of CheckoutOrderResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CheckoutOrderResponse Modifier and Type Method Description CheckoutOrderResponseCheckoutOrderResponse. amount(Amount amount)amountCheckoutOrderResponseCheckoutOrderResponse. expiresAt(String expiresAt)The expiry date for the order.static CheckoutOrderResponseCheckoutOrderResponse. fromJson(String jsonString)Create an instance of CheckoutOrderResponse given an JSON stringCheckoutOrderResponsePaymentDetailsResponse. getOrder()orderCheckoutOrderResponsePaymentResponse. getOrder()orderCheckoutOrderResponseCheckoutOrderResponse. orderData(String orderData)The encrypted order data.CheckoutOrderResponseCheckoutOrderResponse. pspReference(String pspReference)The `pspReference` that belongs to the order.CheckoutOrderResponseCheckoutOrderResponse. reference(String reference)The merchant reference for the order.CheckoutOrderResponseCheckoutOrderResponse. remainingAmount(Amount remainingAmount)remainingAmountMethods in com.adyen.model.checkout with parameters of type CheckoutOrderResponse Modifier and Type Method Description PaymentDetailsResponsePaymentDetailsResponse. order(CheckoutOrderResponse order)orderPaymentResponsePaymentResponse. order(CheckoutOrderResponse order)ordervoidPaymentDetailsResponse. setOrder(CheckoutOrderResponse order)ordervoidPaymentResponse. setOrder(CheckoutOrderResponse order)order
-