retryPeriodOrderAttemptNumber property

  1. @BuiltValueField.new(wireName: r'retry.orderAttemptNumber')
String? get retryPeriodOrderAttemptNumber

The index of the attempt to bill a particular order, which is identified by the merchantOrderReference field. For example, if a recurring transaction fails and is retried one day later, then the order number for these attempts would be 1 and 2, respectively. > 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.orderAttemptNumber')
String? get retryPeriodOrderAttemptNumber;