membership_types_get_duration_billing_list
Retrieve duration and billing details for a specific membership type using tenant and membership ID. Optionally filter results by active status to streamline data retrieval.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | What kind of items should be returned (only active items will be returned by default) Values: [True, Any, False] | |
| id | Yes | Format - int64. Membership type ID | |
| tenant | Yes | Format - int64. Tenant ID |