BillResponse
BillResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| amounts optional | Total Amounts Example : {'krw': '500.000', 'usd': '0.000'} | Amount | |
| discount_amounts optional | Total Discount Amounts Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| asset optional | Asset amount Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| operation optional | Operation amount Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| option optional | Option amount Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| support_plan optional | Support Plan Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| cancellation_fee optional | 해지 수수료 Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| planned_compute optional | Planned Compute Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| msp_discount optional | MSP 할인 Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| new_business_discount optional | 신규 사업 할인 Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| sales_discount optional | 영업(기타) 할인 Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| sla_discount optional | SLA Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| reseller_discount optional | 리셀러 할인 Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| account_cost_savings optional | Account Cost Savings Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| project_cost_savings optional | Project Cost Savings Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| account_credit optional | Account Credit Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| project_credit optional | Project Credit Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| edp optional | EDP Example : {'krw': '500.000', 'usd': '0.000'} | any of [Amount, null] | |
| id optional | Bill Id Example : 5f3688a192094ddeb0c94166a3e88935 | any of [string, null] | |
| account_id optional | Account Id Example : 228cb9e4a7934f84853594c7f26f7a21 | any of [string, null] | |
| service_category optional | Service Category Example : COMPUTE | any of [string, null] | |
| billing_item_id optional | Billing Item Id Example : VIRTUAL_SERVER | any of [string, array[string], null] | |
| resource_id optional | Resource Id Example : 7f6741f3-d9f0-4262-9a5f-627e373567a7 | any of [string, null] | |
| resource_name optional | Resource Name Example : test-vm | any of [string, null] | |
| region optional | Region Example : kr-west1 | any of [string, null] | |
| contract_id optional | Contract Id Example : C002612775 | any of [string, null] | |
| order_status optional | CCBS Order Status Example : 04 | any of [string, null] | |
| bill_year_month required | Bill year Month Example : 2024-07 | string | |
| bill_state optional | Billing State Example : USED | any of [string, null] |