Invoice Attributions

An invoice attribution object represents a link between a budget and an invoice.

Following diagram shows invoice attributions in our data hierarchy:

BudgetInvoiceInvoiceInvoice AttributionInvoice Attribution

Related resources

Attributes

amount integer
Response Request

The attributed amount in the invoice's currency.

amount_default object
Response

The attributed amount converted to the organization's default currency.

amount_normalized object
Response

The attributed amount converted to the normalized (reporting) currency.

budget deal
Response

The budget (deal) this invoice attribution is linked to.

budget_id integer
Request Parameter `filter`

ID of the budget (deal) this invoice attribution is linked to.

currency object
Response

The currency of this invoice attribution, inherited from the associated invoice.

currency_default object
Response

The organization's default currency for this invoice attribution.

currency_normalized object
Response

The normalized (reporting) currency for this invoice attribution.

date_from string
Response Request

Date from which the attributed period starts, or null if not specified.

date_to string
Response Request

Date on which the attributed period ends, or null if not specified.

invoice invoice
Response

The invoice this attribution belongs to.

invoice_id integer
Request Parameter `filter`

ID of the invoice this attribution belongs to.

organization organization
Response

The organization this invoice attribution belongs to.