Uses of Class
com.adyen.model.checkout.CheckoutForwardResponse
-
Packages that use CheckoutForwardResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of CheckoutForwardResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CheckoutForwardResponse Modifier and Type Method Description static CheckoutForwardResponseCheckoutForwardResponse. fromJson(String jsonString)Create an instance of CheckoutForwardResponse given an JSON stringCheckoutForwardResponseCheckoutForwardResponse. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.CheckoutForwardResponseCheckoutForwardResponse. pspReference(String pspReference)Adyen's 16-character reference associated with the transaction/request.CheckoutForwardResponseCheckoutForwardResponse. response(CheckoutForwardResponseFromUrl response)responseCheckoutForwardResponseCheckoutForwardResponse. storedPaymentMethodId(String storedPaymentMethodId)The unique identifier of the token. -
Uses of CheckoutForwardResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return CheckoutForwardResponse Modifier and Type Method Description CheckoutForwardResponseRecurringApi. forward(CheckoutForwardRequest checkoutForwardRequest)Forward stored payment detailsCheckoutForwardResponseRecurringApi. forward(CheckoutForwardRequest checkoutForwardRequest, RequestOptions requestOptions)Forward stored payment details
-