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

Latest commit

 

History

History
33 lines (29 loc) · 6.04 KB

RevenueAttribution.md

File metadata and controls

33 lines (29 loc) · 6.04 KB

RevenueAttribution

Properties

Name Type Description Notes
period_start datetime {"description":"PeriodStart of the charge with which this RevenueAttribution's invoice line is associated.","verbs":["POST","PUT","GET"]}
period_end datetime {"description":"PeriodEnd of the charge with which this RevenueAttribution's invoice line is associated.","verbs":["POST","PUT","GET"]}
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]
id str {"description":"ID of the RevenueAttribution.","verbs":["POST","PUT","GET"]} [optional]
organization_id str {"description":"ID of the organization associated with the RevenueAttribution.","verbs":["POST","PUT","GET"]}
invoice_id str {"description":"Consistent ID of the invoice which is expected to be consulted when paying for the billed feature described in this RevenueAttribution. That is: the top parent of that billed feature.","verbs":["POST","PUT","GET"]}
invoice_version_id str {"description":"Version ID of the invoice which is expected to be consulted when paying for the billed feature described in this RevenueAttribution. That is: the top parent of that billed feature.","verbs":["POST","PUT","GET"]}
aggregated_invoice_id str {"description":"ID of the invoice to which this RevenueAttribution's invoice line belongs.","verbs":["POST","PUT","GET"]}
aggregated_invoice_line_id str {"description":"ID of the invoice line whose debt this RevenueAttribution describes.","verbs":["POST","PUT","GET"]}
currency str {"description":"The currency of the Invoice from which this RevenueAttribution was raised — specified by a three-character ISO 4217 currency code.","verbs":["POST","PUT","GET"]}
nominal_amount float {"description":"The amount paid — through credit or otherwise — toward this invoice line.","verbs":["POST","PUT","GET"]}
actual_amount float {"description":"The amount paid — through real money — toward this invoice line.","verbs":["POST","PUT","GET"]}
pricing_component_id str {"description":"ID of the PricingComponent with which this RevenueAttribution's invoice line is associated.","verbs":["POST","PUT","GET"]}
pricing_component_name str {"description":"Name of the PricingComponent with which this RevenueAttribution's invoice line is associated.","verbs":["POST","PUT","GET"]}
product_rate_plan_id str {"description":"ID of the ProductRatePlan with which this RevenueAttribution's invoice line is associated.","verbs":["POST","PUT","GET"]}
product_rate_plan_name str {"description":"Internal name of the ProductRatePlan with which this RevenueAttribution's invoice line is associated.","verbs":["POST","PUT","GET"]}
product_rate_plan_name_public str {"description":"Public name of the ProductRatePlan with which this RevenueAttribution's invoice line is associated.","verbs":["POST","PUT","GET"]}
product_id str {"description":"ID of the Product with which this RevenueAttribution's invoice line is associated.","verbs":["POST","PUT","GET"]}
product_name str {"description":"Internal name of the Product with which this RevenueAttribution's invoice line is associated.","verbs":["POST","PUT","GET"]}
product_name_public str {"description":"Public name of the Product with which this RevenueAttribution's invoice line is associated.","verbs":["POST","PUT","GET"]}
aggregated_subscription_id str {"description":"ID of the Subscription with which this RevenueAttribution's invoice line is associated.","verbs":["POST","PUT","GET"]}
subscription_id str {"description":"Consistent ID of the Subscription which pays for this invoice line.","verbs":["POST","PUT","GET"]}
account_id str {"description":"ID of the Account with which this RevenueAttribution's invoice line is associated.","verbs":["POST","PUT","GET"]}

[Back to Model list] [Back to API list] [Back to README]