PricingPlansResponse
Defined in: v1/schemas.ts:880
The paginated wrapper returned by the /pricing_plans endpoint.
Extends
Section titled “Extends”output<typeofPricingPlansResponseSchema>
Properties
Section titled “Properties”
optionalmeta?: {from?:number;number_of_pages?:number;page?:number;per_page?:number;to?:number;total?:number; }
Defined in: v1/schemas.ts:874
optionalfrom?:number
number_of_pages?
Section titled “number_of_pages?”
optionalnumber_of_pages?:number
optionalpage?:number
per_page?
Section titled “per_page?”
optionalper_page?:number
optionalto?:number
total?
Section titled “total?”
optionaltotal?:number
Inherited from
Section titled “Inherited from”z.infer.meta
pricing_plans
Section titled “pricing_plans”pricing_plans: {
course_id?:number;created_at?:string;currency:string;id:number;name?:string;price:number;updated_at?:string; }[]
Defined in: v1/schemas.ts:873
course_id?
Section titled “course_id?”
optionalcourse_id?:number
created_at?
Section titled “created_at?”
optionalcreated_at?:string
currency
Section titled “currency”currency:
string
id:
number
optionalname?:string
price:
number
updated_at?
Section titled “updated_at?”
optionalupdated_at?:string
Inherited from
Section titled “Inherited from”z.infer.pricing_plans