Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 552 Bytes

File metadata and controls

19 lines (12 loc) · 552 Bytes

XeroRuby::AppStore::CreateUsageRecord

Properties

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

Code Sample

require 'XeroRuby::AppStore'

instance = XeroRuby::AppStore::CreateUsageRecord.new(quantity: null,
                                 timestamp: null)