retryPeriodSkipRetry property

  1. @BuiltValueField.new(wireName: r'retry.skipRetry')
String? get retryPeriodSkipRetry

The Boolean value indicating whether Adyen should skip or retry this transaction, if possible. > 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.skipRetry')
String? get retryPeriodSkipRetry;