| Name | Type | Description | Notes |
|---|---|---|---|
| unit_of_measure | UnitOfMeasure | { "description" : "The unit-of-measure associated with the invoice-line.", "verbs":["POST","PUT","GET"] } | [optional] |
| pricing_component_type | str | { "description" : "The type of the pricing component associated with the invoice line.", "verbs":["POST","PUT","GET"] } | |
| charge_type | str | { "description" : "charge-type.", "verbs":["POST","PUT","GET"] } | |
| period_start | datetime | The period start of the charge. | |
| period_end | datetime | The period end of the charge. | |
| created | datetime | { "description" : "The UTC DateTime when the object was created.", "verbs":[] } | [optional] |
| changed_by | str | { "description" : "ID of the user who last updated the entity.", "verbs":[] } | [optional] |
| updated | datetime | { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } | [optional] |
| id | str | { "description" : "ID of the invoice-line.", "verbs":["POST","PUT","GET"] } | [optional] |
| invoice_id | str | { "description" : "invoice associated with the invoice-line.", "verbs":["POST","PUT","GET"] } | |
| unit_of_measure_id | str | { "description" : "unit-of-measure associated with the invoice-line.", "verbs":["POST","PUT","GET"] } | [optional] |
| subscription_id | str | { "description" : "the subscription ID associated with the invoice-line.", "verbs":["POST","PUT","GET"] } | [optional] |
| product_rate_plan_id | str | { "description" : "the product rate plan ID associated with the invoice-line.", "verbs":["POST","PUT","GET"] } | [optional] |
| public_product_rate_plan_name | str | { "description" : "the public product rate plan name associated with the invoice-line.", "verbs":["POST","PUT","GET"] } | [optional] |
| product_rate_plan_name | str | { "description" : "the product rate plan name associated with the invoice-line.", "verbs":["POST","PUT","GET"] } | [optional] |
| product_id | str | { "description" : "the product ID associated with the invoice-line.", "verbs":["POST","PUT","GET"] } | [optional] |
| public_product_name | str | { "description" : "the public product name associated with the invoice-line.", "verbs":["POST","PUT","GET"] } | [optional] |
| product_name | str | { "description" : "the product name associated with the invoice-line.", "verbs":["POST","PUT","GET"] } | [optional] |
| organization_id | str | { "description" : "ID of the organization associated with the invoice-line.", "verbs":["POST","PUT","GET"] } | |
| name | str | { "description" : "The human readable name of the invoice-line.", "verbs":["POST","PUT","GET"] } | |
| description | str | { "description" : "The human readable description of the invoice-line.", "verbs":["POST","PUT","GET"] } | |
| calculation | str | { "description" : "A human readable explanation of how the value of the invoice-line was calculated.", "verbs":["POST","PUT","GET"] } | |
| cost | float | { "description" : "The cost of the invoice-line including tax.", "verbs":["POST","PUT","GET"] } | |
| tax | float | { "description" : "The cumulative tax of the invoice-line.", "verbs":["POST","PUT","GET"] } | |
| component_value | int | { "description" : "The component value for the unit-of-measure that is associated with the invoice-line.", "verbs":["POST","PUT","GET"] } | |
| pricing_component_id | str | The ID of the pricing-component that is associated with the invoice-line. | |
| public_pricing_component_name | str | The public name of the pricing-component that is associated with the invoice-line. | |
| pricing_component_name | str | The name of the pricing-component that is associated with the invoice-line. | |
| subscription_charge_id | str | The ID of the subscription-charge that is associated with the invoice-line. | |
| child_invoice_id | str | The ID of the invoice that is associated with the invoice-line. | |
| type | str | The type of the invoice-line. |
This repository was archived by the owner on Oct 17, 2023. It is now read-only.