maxAttempts property

int? get maxAttempts

The maximum number of attempts for this transaction. Defaults to 5.

Only available if readOnly is false.

Implementation

external int? get maxAttempts;