Files
Dokploy-ts-sdk/docs/models/operations/stripecreatecheckoutsessionrequest.md
2025-09-26 02:33:10 +00:00

21 lines
716 B
Markdown

# StripeCreateCheckoutSessionRequest
## Example Usage
```typescript
import { StripeCreateCheckoutSessionRequest } from "dokploy/models/operations";
let value: StripeCreateCheckoutSessionRequest = {
productId: "<id>",
serverQuantity: 6277.97,
isAnnual: false,
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `productId` | *string* | :heavy_check_mark: | N/A |
| `serverQuantity` | *number* | :heavy_check_mark: | N/A |
| `isAnnual` | *boolean* | :heavy_check_mark: | N/A |