latestAttempt property
The most recent SetupAttempt for this SetupIntent.
Implementation
@JsonKey(name: "last_setup_error") dynamic get lastSetupError;/// The most recent SetupAttempt for this SetupIntent.
@JsonKey(name: "latest_attempt") String? get latestAttempt;