isRetryable property

  1. @JsonKey(name: 'is-retryable')
bool? isRetryable
final

An indicator that an error occurred during the request. A value of 1 indicates a temporary issue; retry validation for this receipt at a later time. A value of 0 indicates an unresolvable issue; do not retry validation for this receipt. Only applicable to status codes 21100-21199.

Implementation

@JsonKey(name: 'is-retryable')
final bool? isRetryable;