BillingMeterEventAdjustmentCreateOptions constructor
const
BillingMeterEventAdjustmentCreateOptions({
- required MeterEventAdjustmentCancel cancel,
- List<
String> ? expand,
Implementation
const BillingMeterEventAdjustmentCreateOptions({
required this.cancel,
this.expand,
});