Sha256: dcdf6f6cbb82d05106342cbfd3a19b9f7635274a51f382ef80e2ffd3bacb299d
Contents?: true
Size: 863 Bytes
Versions: 187
Compression:
Stored size: 863 Bytes
Contents
# InvoiceLineItem ## Example InvoiceLineItem Object ``` { "amount": 1.0, "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
187 entries across 187 versions & 1 rubygems