Sha256: 3fb7a217a99aaafcc2844d2abe7615baccb0334675e2565c4665e026ae9ae862
Contents?: true
Size: 873 Bytes
Versions: 10
Compression:
Stored size: 873 Bytes
Contents
# InvoiceLineItem ## Example InvoiceLineItem Object ``` { "amount": "", "created_at": "2000-01-01 01:00:00 UTC", "description": "Service from 2019-01-01 through 2019-12-31", "type": "invoice", "service_end_at": "2000-01-01 01:00:00 UTC", "service_start_at": "2000-01-01 01:00:00 UTC", "updated_at": "2000-01-01 01:00:00 UTC", "plan": "Enterprise", "site": "My site" } ``` * `amount` (float): 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
10 entries across 10 versions & 1 rubygems