Billing Resources are used to map products, prices, and phases, within a billing plan.

List All Resources

GET /api/admin/billing_plans/{billing_plan_id}/billing_resources

SCHEMA

View Billing Resource

GET /api/admin/billing_plans/{billing_plan_id}/billing_resources/{id}

SCHEMA

Edit Billing Resource

PATCH /api/admin/billing_plans/{billing_plan_id}/billing_resources/{id}

SCHEMA

Create Billing Resource

POST /api/admin/billing_plans/{billing_plan_id}/billing_resources

SCHEMA

Delete Billing Resource