captureMethod property
Controls when the funds will be captured from the customer’s account.
Implementation
@JsonKey(name: "client_secret") String get clientSecret;/// Controls when the funds will be captured from the customer’s account.
@JsonKey(name: "capture_method") PaymentIntentCaptureMethod get captureMethod;