PaymentProduct
{
"id": "integer",
"name": "string",
"description": "string",
"payment_prices": [],
"stripe_product_id": "string",
"active": false,
"edited_by": {},
"edited_at": "date-time"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
id | integer | false | read-only | |
name | string | true | none | |
description | string | false | none | |
payment_prices | list(PaymentPrice) | false | read-only | The list of the associated prices |
stripe_product_id | string | false | read-only | |
active | boolean | false | none | Default: false |
edited_by | User Minimal | false | read-only | |
edited_at | string(date-time) | false | read-only |