BillingMeterEventAdjustmentCreateOptions constructor

const BillingMeterEventAdjustmentCreateOptions({
  1. required MeterEventAdjustmentCancel cancel,
  2. List<String>? expand,
})

Implementation

const BillingMeterEventAdjustmentCreateOptions({
  required this.cancel,
  this.expand,
});