lastSetupError property

  1. @JsonKey.new(name: "last_setup_error")
dynamic get lastSetupError
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;