| Name | Type | Description | Notes |
|---|---|---|---|
| quantity | Integer | The initial quantity for the usage record. Must be a whole number that is greater than or equal to 0 | |
| timestamp | Time | DateTime in UTC of when the the product was consumed/used |
require 'XeroRuby::AppStore'
instance = XeroRuby::AppStore::CreateUsageRecord.new(quantity: null,
timestamp: null)