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)static CheckoutOrderResponseCheckoutOrderResponse. fromJson(String jsonString)Create an instance of CheckoutOrderResponse given an JSON stringCheckoutOrderResponsePaymentDetailsResponse. getOrder()Get orderCheckoutOrderResponsePaymentResponse. getOrder()Get orderCheckoutOrderResponsePaymentVerificationResponse. 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 PaymentDetailsResponsePaymentDetailsResponse. order(CheckoutOrderResponse order)PaymentResponsePaymentResponse. order(CheckoutOrderResponse order)PaymentVerificationResponsePaymentVerificationResponse. order(CheckoutOrderResponse order)voidPaymentDetailsResponse. setOrder(CheckoutOrderResponse order)ordervoidPaymentResponse. setOrder(CheckoutOrderResponse order)ordervoidPaymentVerificationResponse. setOrder(CheckoutOrderResponse order)order
-