Sha256: bcd27d0a0dfde984d576c025f0150cf3817dac535a84f51a9d6bf96cc7905a9a
Contents?: true
Size: 862 Bytes
Versions: 45
Compression:
Stored size: 862 Bytes
Contents
# InvoiceLineItem ## Example InvoiceLineItem Object ``` { "amount": "", "created_at": "2000-01-01T01:00:00Z", "description": "Service from 2019-01-01 through 2019-12-31", "type": "invoice", "service_end_at": "2000-01-01T01:00:00Z", "service_start_at": "2000-01-01T01:00:00Z", "updated_at": "2000-01-01T01:00:00Z", "plan": "Enterprise", "site": "My site" } ``` * `amount` (double): Invoice line item amount * `created_at` (date-time): Invoice line item created at date/time * `description` (string): Invoice line item description * `type` (string): Invoice line item type * `service_end_at` (date-time): Invoice line item service end date/time * `service_start_at` (date-time): Invoice line item service start date/time * `updated_at` (date-time): Invoice line item updated date/time * `plan` (string): Plan name * `site` (string): Site name
Version data entries
45 entries across 45 versions & 1 rubygems