Uses of Class
com.adyen.model.payment.AdditionalDataRetry
-
Packages that use AdditionalDataRetry Package Description com.adyen.model.payment -
-
Uses of AdditionalDataRetry in com.adyen.model.payment
Methods in com.adyen.model.payment 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.
-