Uses of Class
com.adyen.model.checkout.AdditionalDataRetry
-
Packages that use AdditionalDataRetry Package Description com.adyen.model.checkout -
-
Uses of AdditionalDataRetry in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AdditionalDataRetry Modifier and Type Method Description static AdditionalDataRetryAdditionalDataRetry. fromJson(String jsonString)Create an instance of AdditionalDataRetry given an JSON stringAdditionalDataRetryAdditionalDataRetry. retryChainAttemptNumber(String retryChainAttemptNumber)The number of times the transaction (not order) has been retried between different payment service providers.AdditionalDataRetryAdditionalDataRetry. retryOrderAttemptNumber(String retryOrderAttemptNumber)The index of the attempt to bill a particular order, which is identified by the `merchantOrderReference` field.AdditionalDataRetryAdditionalDataRetry. retrySkipRetry(String retrySkipRetry)The Boolean value indicating whether Adyen should skip or retry this transaction, if possible.
-