ReportPriceDTO
ReportPriceDTO
| Name | Description | Schema | Default |
|---|---|---|---|
| attributes required | Price attributes Example : | object | |
| billing_item_id required | Billing Item ID Example : VIRTUAL_SERVER | string | |
| currency_code required | Currency Code Example : VIRTUAL_SERVER | string | |
| offering required | Offering type (PP/PS/PG) Example : PP | string | |
| price_model required | Price model enum name Example : VIRTUAL_SERVER | string | |
| price_unit required | Price unit enum name Example : VIRTUAL_SERVER | string | |
| prices required | Price ranges | array[PriceRangeDto] | |
| proration_rule required | Proration rule enum name Example : PRORATION | string | |
| rounding_position required | Rounding position Example : VIRTUAL_SERVER | integer | |
| rounding_rule required | Rounding rule enum name Example : ROUND_DOWN | string |