Plans
Plans
Plans
Get plan details
client.v1.plans.getDetails(PlanGetDetailsParamsparams, RequestOptionsoptions?): dataPlanDetailPlanGetDetailsResponse
get/v1/planDetails/{plan_id}
List plans
client.v1.plans.list(PlanListParamsquery?, RequestOptionsoptions?): CursorPage<idstringdescriptionstringnamestringcustom_fieldsRecord<string, string>PlanListResponse>
get/v1/plans
List plan charges
client.v1.plans.listCharges(PlanListChargesParamsparams, RequestOptionsoptions?): CursorPage<idstringcharge_typeunioncredit_typeCreditTypeDatacustom_fieldsRecord<string, string>namestringpricesarrayproduct_idstringproduct_namestringquantitynumberstart_periodnumbertier_reset_frequencynumberunit_conversionUnitConversionPlanListChargesResponse>
get/v1/planDetails/{plan_id}/charges
List customers on a plan
client.v1.plans.listCustomers(PlanListCustomersParamsparams, RequestOptionsoptions?): CursorPage<customer_detailsCustomerDetailplan_detailsPlanDetailsPlanListCustomersResponse>
get/v1/planDetails/{plan_id}/customers
Plan Detail
PlanDetail