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)CheckoutOrderResponseCheckoutOrderResponse. expiresAt(String expiresAt)CheckoutOrderResponseAbstractPaymentsResponse. getOrder()Get orderCheckoutOrderResponseCheckoutOrderResponse. orderData(String orderData)CheckoutOrderResponseCheckoutOrderResponse. pspReference(String pspReference)CheckoutOrderResponseCheckoutOrderResponse. reference(String reference)CheckoutOrderResponseCheckoutOrderResponse. remainingAmount(Amount remainingAmount)Methods in com.adyen.model.checkout with parameters of type CheckoutOrderResponse Modifier and Type Method Description TAbstractPaymentsResponse. order(CheckoutOrderResponse order)voidAbstractPaymentsResponse. setOrder(CheckoutOrderResponse order)
-