Uses of Class
com.adyen.model.checkout.CheckoutForwardRequest
-
Packages that use CheckoutForwardRequest Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of CheckoutForwardRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CheckoutForwardRequest Modifier and Type Method Description CheckoutForwardRequestCheckoutForwardRequest. baseUrl(String baseUrl)The base URL of the third party API, where Adyen will send the request to forward the payment details.static CheckoutForwardRequestCheckoutForwardRequest. fromJson(String jsonString)Create an instance of CheckoutForwardRequest given an JSON stringCheckoutForwardRequestCheckoutForwardRequest. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.CheckoutForwardRequestCheckoutForwardRequest. merchantAccount(String merchantAccount)Your merchant account.CheckoutForwardRequestCheckoutForwardRequest. options(CheckoutForwardRequestOptions options)optionsCheckoutForwardRequestCheckoutForwardRequest. paymentMethod(CheckoutForwardRequestCard paymentMethod)paymentMethodCheckoutForwardRequestCheckoutForwardRequest. request(CheckoutOutgoingForwardRequest request)requestCheckoutForwardRequestCheckoutForwardRequest. shopperReference(String shopperReference)Your reference to uniquely identify this shopper, for example user ID or account ID.CheckoutForwardRequestCheckoutForwardRequest. storedPaymentMethodId(String storedPaymentMethodId)The unique identifier of the token that you want to forward to the third party. -
Uses of CheckoutForwardRequest in com.adyen.service.checkout
Methods in com.adyen.service.checkout with parameters of type CheckoutForwardRequest Modifier and Type Method Description CheckoutForwardResponseRecurringApi. forward(CheckoutForwardRequest checkoutForwardRequest)Forward stored payment detailsCheckoutForwardResponseRecurringApi. forward(CheckoutForwardRequest checkoutForwardRequest, RequestOptions requestOptions)Forward stored payment details
-