latestAttempt property

  1. @JsonKey.new(name: "latest_attempt")
String? get latestAttempt
inherited

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;