CheckoutForwardRequestOptions |
CheckoutForwardRequestOptions.accountUpdate(Boolean accountUpdate) |
Whether to check for a card account update (true) or not (false)
|
CheckoutForwardRequestOptions |
CheckoutForwardRequestOptions.addNetworkTxReferencePathsItem(String networkTxReferencePathsItem) |
|
CheckoutForwardRequestOptions |
CheckoutForwardRequestOptions.addTransactionLinkIdPathsItem(String transactionLinkIdPathsItem) |
|
CheckoutForwardRequestOptions |
CheckoutForwardRequestOptions.dryRun(Boolean dryRun) |
Set to **true** to receive a copy of the request Adyen is making to the third party in the
response.
|
static CheckoutForwardRequestOptions |
CheckoutForwardRequestOptions.fromJson(String jsonString) |
Create an instance of CheckoutForwardRequestOptions given an JSON string
|
CheckoutForwardRequestOptions |
CheckoutForwardRequest.getOptions() |
Get options
|
CheckoutForwardRequestOptions |
CheckoutForwardRequestOptions.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
CheckoutForwardRequestOptions |
CheckoutForwardRequestOptions.networkToken(CheckoutNetworkTokenOption networkToken) |
networkToken
|
CheckoutForwardRequestOptions |
CheckoutForwardRequestOptions.networkTxReferencePaths(List<String> networkTxReferencePaths) |
Set in tokenize:true case when forwarding PAN.
|
CheckoutForwardRequestOptions |
CheckoutForwardRequestOptions.tokenize(Boolean tokenize) |
Set to **true**, the payment details are
[tokenized](https://docs.adyen.com/online-payments/tokenization).
|
CheckoutForwardRequestOptions |
CheckoutForwardRequestOptions.transactionLinkIdPaths(List<String> transactionLinkIdPaths) |
Set in tokenize:true case when forwarding PAN.
|