GET /api/admin/billing_plans/{billing_plan_id}/billing_resources/{billing_resource_id}/billing_phases
SCHEMA
billing_phases: Array
id: Integerbilling_resource_id: Integerphase_type: Stringduration_unit: Stringduration_qty: Integercreated_at: DateTimeupdated_at: DateTimeGET /api/admin/billing_plans/{billing_plan_id}/billing_resources/{billing_resource_id}/billing_phases/{id}
SCHEMA
billing_phase: Object
id: Integerbilling_resource_id: Integerphase_type: Stringduration_unit: Stringduration_qty: Integercreated_at: DateTimeupdated_at: DateTimePATCH /api/admin/billing_plans/{billing_plan_id}/billing_resources/{billing_resource_id}/billing_phases/{id}
SCHEMA
billing_phase: Object
phase_type: Stringduration_unit: Stringduration_qty: IntegerPOST /api/admin/billing_plans/{billing_plan_id}/billing_resources/{billing_resource_id}/billing_phases
SCHEMA
billing_phase: Object
phase_type: Stringduration_unit: Stringduration_qty: IntegerDELETE /api/admin/billing_plans/{billing_plan_id}/billing_resources/{billing_resource_id}/billing_phases/{id}