InvoiceTenantBreakdownResponse
- currencyType: string · Currencyrequired
- invoiceType: string · Invoice Id
_id required - tenantsType: array object[] · Tenantsrequired
Highest amount first. Empty when no line maps to a tenant.
- amountType: integer · Amount Cents
_cents requiredAmount attributed to this tenant, in the smallest currency unit
- lineType: integer · Line Count
_count requiredHow many invoice lines rolled up into this tenant
- tenantType: string · Tenant Entity Id
_entity _id required - tenantType: string · Tenant Name
_name required
- totalType: integer · Total Cents
_cents requiredInvoice total in the smallest currency unit (cents for USD)
- unallocatedType: integer · Unallocated Cents
_cents requiredTotal minus everything attributable to a tenant: one-off charges, lines with no matching tenant, and invoice-level discounts, credits and tax. Can be negative when a credit exceeds the unattributed lines.