confirmation_token property

String? get confirmation_token
inherited

If collected previously, the ID of the ConfirmationToken to use to confirm this SetupIntent. This is mutually exclusive with the elements parameter.

Implementation

String get return_url;/// If collected previously, the ID of the ConfirmationToken to use to confirm this SetupIntent.
/// This is mutually exclusive with the elements parameter.
String? get confirmation_token;