BundleListResponse
bundles object[]
Array [
ksuidstring
namestringrequired
descriptionstring
statusstring
Possible values: [draft, live, archived, outdated]
primary_pricenumber
Primary price of the bundle in pennies
secondary_pricenumber
Secondary price of the bundle in pennies
tertiary_pricenumber
Tertiary price of the bundle in pennies
primary_price_namestring
Name of primary price
secondary_price_namestring
Name of secondary price
tertiary_price_namestring
Name of tertiary price
pricing_schedule object
somethingstring
stripe_price_idstring
Whats the related stripe price_id
includesstring[]
]
BundleListResponse
{
"bundles": [
{
"ksuid": "string",
"name": "string",
"description": "string",
"status": "draft",
"primary_price": 0,
"secondary_price": 0,
"tertiary_price": 0,
"primary_price_name": "string",
"secondary_price_name": "string",
"tertiary_price_name": "string",
"pricing_schedule": {
"something": "string"
},
"stripe_price_id": "string",
"includes": [
"string"
]
}
]
}