captureMethod property

  1. @JsonKey.new(name: "capture_method")
PaymentIntentCaptureMethod get captureMethod
inherited

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;