cancellationReason property
- @JsonKey(name: "cancellation_reason")
inherited
Reason for cancellation of this SetupIntent, one of abandoned, requested_by_customer, or duplicate.
Implementation
@JsonKey(name: "cancellation_reason")
SetupIntentCancellationReason? get cancellationReason =>
throw _privateConstructorUsedError;