UsageBill

Name / Description Type / Format Example
year integer int32 0
month integer int32 0
payslipCount integer int32 0
previouslyBilledPayslipCount
The number of payslips that appear in the usage, but were billed in a previous period
integer int32 0
netCost
Net cost of any payslips, or the Pricing Table minimum, whichever is greater.
number double 0.0
discount number double 0.0
partnerDiscountAmount number double 0.0
monthlyMinimum
This is actually an offset against the NetCost and doesn't contain the full MonthlyMinimum.
number double 0.0
total number double 0.0
paid boolean true
usage Item[] {Item}
accountingCustomerId string "string"
accountingInvoiceId string "string"
accountingInvoiceLink string "string"
id
The unique id of the object
string uuid "string"
{
  "year": 0,
  "month": 0,
  "payslipCount": 0,
  "previouslyBilledPayslipCount": 0,
  "netCost": 0.0,
  "discount": 0.0,
  "partnerDiscountAmount": 0.0,
  "monthlyMinimum": 0.0,
  "total": 0.0,
  "paid": true,
  "usage": [
    {
      "id": "string",
      "name": "string",
      "metadata": {},
      "url": "string"
    }
  ],
  "accountingCustomerId": "string",
  "accountingInvoiceId": "string",
  "accountingInvoiceLink": "string",
  "id": "string"
}
Contained in Models

- none -

Consumed by Operations
Update Bill
Returned by Operations
Get Bill
Get Bill
Update Bill