captureMethod property

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

Controls when the funds will be captured from the customer’s account.

Implementation

@JsonKey(name: "capture_method")
PaymentIntentCaptureMethod get captureMethod =>
    throw _privateConstructorUsedError;