Variable PaymentIntentCaptureMethodConst

PaymentIntentCaptureMethod: {
    AUTOMATIC: "automatic";
    MANUAL: "manual";
} = ...

Type declaration

  • Readonly AUTOMATIC: "automatic"
  • Readonly MANUAL: "manual"

Generated using TypeDoc