InvoiceitemPlanTransformUsage constructor

const InvoiceitemPlanTransformUsage({
  1. required int divideBy,
  2. required InvoiceitemPlanTransformUsageRound round,
})

Apply a transformation to the reported usage or set quantity before computing the amount billed. Cannot be combined with `tiers`.

Implementation

const InvoiceitemPlanTransformUsage({
  required this.divideBy,
  required this.round,
});