Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (35 loc) · 5.67 KB

InvoiceLine.md

File metadata and controls

38 lines (35 loc) · 5.67 KB

Bfwd::InvoiceLine

Properties

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 String { "description" : "The type of the pricing component associated with the invoice line.", "verbs":["POST","PUT","GET"] }
charge_type String { "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 String { "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 String { "description" : "ID of the invoice-line.", "verbs":["POST","PUT","GET"] } [optional]
invoice_id String { "description" : "invoice associated with the invoice-line.", "verbs":["POST","PUT","GET"] }
unit_of_measure_id String { "description" : "unit-of-measure associated with the invoice-line.", "verbs":["POST","PUT","GET"] } [optional]
subscription_id String { "description" : "the subscription ID associated with the invoice-line.", "verbs":["POST","PUT","GET"] } [optional]
product_rate_plan_id String { "description" : "the product rate plan ID associated with the invoice-line.", "verbs":["POST","PUT","GET"] } [optional]
public_product_rate_plan_name String { "description" : "the public product rate plan name associated with the invoice-line.", "verbs":["POST","PUT","GET"] } [optional]
product_rate_plan_name String { "description" : "the product rate plan name associated with the invoice-line.", "verbs":["POST","PUT","GET"] } [optional]
product_id String { "description" : "the product ID associated with the invoice-line.", "verbs":["POST","PUT","GET"] } [optional]
public_product_name String { "description" : "the public product name associated with the invoice-line.", "verbs":["POST","PUT","GET"] } [optional]
product_name String { "description" : "the product name associated with the invoice-line.", "verbs":["POST","PUT","GET"] } [optional]
organization_id String { "description" : "ID of the organization associated with the invoice-line.", "verbs":["POST","PUT","GET"] }
name String { "description" : "The human readable name of the invoice-line.", "verbs":["POST","PUT","GET"] }
description String { "description" : "The human readable description of the invoice-line.", "verbs":["POST","PUT","GET"] }
calculation String { "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 Integer { "description" : "The component value for the unit-of-measure that is associated with the invoice-line.", "verbs":["POST","PUT","GET"] }
pricing_component_id String The ID of the pricing-component that is associated with the invoice-line.
public_pricing_component_name String The public name of the pricing-component that is associated with the invoice-line.
pricing_component_name String The name of the pricing-component that is associated with the invoice-line.
subscription_charge_id String The ID of the subscription-charge that is associated with the invoice-line.
child_invoice_id String The ID of the invoice that is associated with the invoice-line.
type String The type of the invoice-line.