WooOrderFeeLine constructor

WooOrderFeeLine(
  1. int? id,
  2. String? name,
  3. String? taxClass,
  4. String? taxStatus,
  5. String? totalTax,
  6. List<FeeLineTax> taxes,
  7. List<MetaData> metaData,
)

Implementation

WooOrderFeeLine(this.id, this.name, this.taxClass, this.taxStatus,
    this.totalTax, this.taxes, this.metaData);