Billing Resources are used to map products, prices, and phases, within a billing plan.
GET /api/admin/billing_plans/{billing_plan_id}/billing_resources
SCHEMA
billing_resources: Array
id: Integerbilling_plan_id: Integerexternal_id: Stringproduct_id: Integercreated_at: DateTimeupdated_at: DateTimeGET /api/admin/billing_plans/{billing_plan_id}/billing_resources/{id}
SCHEMA
billing_resource: Object
id: Integerbilling_plan_id: Integerexternal_id: Stringproduct_id: Integercreated_at: DateTimeupdated_at: DateTimePATCH /api/admin/billing_plans/{billing_plan_id}/billing_resources/{id}
SCHEMA
billing_resource: Object
billing_plan_id: Integerexternal_id: Stringproduct_id: IntegerPOST /api/admin/billing_plans/{billing_plan_id}/billing_resources
SCHEMA
billing_resource: Object
external_id: Stringproduct_id: Integer