retryPeriodChainAttemptNumber property

  1. @BuiltValueField.new(wireName: r'retry.chainAttemptNumber')
String? get retryPeriodChainAttemptNumber

The number of times the transaction (not order) has been retried between different payment service providers. For instance, the chainAttemptNumber set to 2 means that this transaction has been recently tried on another provider before being sent to Adyen. > If you submit retry.chainAttemptNumber, retry.orderAttemptNumber, and retry.skipRetry values, we also recommend you provide the merchantOrderReference to facilitate linking payment attempts together.

Implementation

@BuiltValueField(wireName: r'retry.chainAttemptNumber')
String? get retryPeriodChainAttemptNumber;