clientSecret property

String? get clientSecret
inherited

Required if you collect payment details before creating an Intent. It's always required if you don't provide an elements instance containing a client secret.

Implementation

@ElementsConverter() Elements get elements;/// Required if you collect payment details before creating an Intent.
/// It's always required if you don't provide an elements instance containing a client secret.
 String? get clientSecret;