WooOrderPayloadFeeLines constructor

WooOrderPayloadFeeLines({
  1. String? name,
  2. String? taxClass,
  3. String? taxStatus,
  4. String? total,
  5. List<WooOrderPayloadMetaData>? metaData,
})

Implementation

WooOrderPayloadFeeLines(
    {this.name, this.taxClass, this.taxStatus, this.total, this.metaData});