Plans
Plans
Plans
Get plan details
v1.plans.get_details(**kwargs) -> dataPlanDetailPlanGetDetailsResponse
get/v1/planDetails/{plan_id}
List plans
v1.plans.list(**kwargs) -> CursorPage<idStringdescriptionStringnameStringcustom_fieldshashPlanListResponse>
get/v1/plans
List plan charges
v1.plans.list_charges(**kwargs) -> CursorPage<idStringcharge_typeunioncredit_typeCreditTypeDatacustom_fieldshashnameStringpricesarrayproduct_idStringproduct_nameStringquantityFloatstart_periodFloattier_reset_frequencyFloatunit_conversionobjectPlanListChargesResponse>
get/v1/planDetails/{plan_id}/charges
List customers on a plan
v1.plans.list_customers(**kwargs) -> CursorPage<customer_detailsCustomerDetailplan_detailsobjectPlanListCustomersResponse>
get/v1/planDetails/{plan_id}/customers
Plan Detail
PlanDetailclass