| Name | Type | Description | Notes |
|---|---|---|---|
| Id | int | The id of the billing option | |
| Name | string | The name of the billing option | |
| BillingType | string | The type of billing option, can be daily, monthly or yearly | |
| BillingPeriod | int | The number of period for the billing cycle | |
| RecurringPrice | Dictionary<string, decimal> | The price of the billing option | |
| Type | string | [optional] [readonly] [default to "BillingOption"] |