GET /api/subscriptions/#{subscription-id}/billing_usage
OAuth AuthorizationRequired: profile_read
SCHEMA
billing_usages
: Array
id
: Integerperiod_start
: DateTimeperiod_end
: DateTimeexternal_id
: Stringrate
: Decimalqty
: Decimaltotal
: Decimalprocessed
: Booleanprocessed_on
: DateTimecreated_at
: DateTimeupdated_at
: DateTimeproduct
: Object<Product>
user
: Object
id
: Integerfull_name
: Stringemail
: Stringexternal_id
: StringGET /api/subscriptions/#{subscription-id}/billing_usage/{id}
OAuth AuthorizationRequired: profile_read
SCHEMA
billing_usage
: Object
id
: Integerperiod_start
: DateTimeperiod_end
: DateTimeexternal_id
: Stringrate
: Decimalqty
: Decimaltotal
: Decimalprocessed
: Booleanprocessed_on
: DateTimecreated_at
: DateTimeupdated_at
: DateTimeproduct
: Object<Product>
user
: Object
id
: Integerfull_name
: Stringemail
: Stringexternal_id
: String