object Bill

Fields

FieldTypeDescription
idString
legacy_idInt
statusString
customer_nameString
profile_nameString
created_atISODateTime
due_dateISODateTime
amountMoney
totalsFeeCategoryTotalConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
bill_exportsBillExportsConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
billing_periodBillingPeriod
billing_frequencyString

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "status": "abc123",
  "customer_name": "abc123",
  "profile_name": "abc123",
  "created_at": "abc123",
  "due_date": "abc123",
  "amount": "abc123",
  "totals": FeeCategoryTotalConnection,
  "bill_exports": BillExportsConnection,
  "billing_period": BillingPeriod,
  "billing_frequency": "abc123"
}