mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
716 B
716 B
StripeCreateCheckoutSessionRequest
Example Usage
import { StripeCreateCheckoutSessionRequest } from "dokploy/models/operations";
let value: StripeCreateCheckoutSessionRequest = {
productId: "<id>",
serverQuantity: 6277.97,
isAnnual: false,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
productId |
string | ✔️ | N/A |
serverQuantity |
number | ✔️ | N/A |
isAnnual |
boolean | ✔️ | N/A |