mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
21 lines
716 B
Markdown
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 | |