UsageRecord constructor
const
UsageRecord({})
UsageRecord
Usage records allow you to report customer usage and metrics to Stripe for metered billing of subscription prices. Related guide: [Metered billing](https://stripe.com/docs/billing/subscriptions/metered-billing)
Implementation
const UsageRecord({
required this.id,
required this.livemode,
required this.quantity,
required this.subscriptionItem,
required this.timestamp,
});