lastSetupError property
- @JsonKey.new(name: "last_setup_error")
inherited
The error encountered in the previous SetupIntent confirmation.
Implementation
@JsonKey(name: "flow_directions") List<SetupIntentFlowDirections>? get flowDirections;/// The error encountered in the previous SetupIntent confirmation.
@JsonKey(name: "last_setup_error") dynamic get lastSetupError;