OrderServiceCharge constructor

OrderServiceCharge({
  1. String? name,
  2. Money? amountMoney,
  3. String? uid,
  4. Money? totalMoney,
  5. String? type,
  6. Map<String, String>? metadata,
  7. int? catalogVersion,
  8. String? catalogObjectId,
  9. String? appliedMoney,
  10. String? percentage,
  11. List<OrderLineItemAppliedTax>? appliedTaxes,
  12. Money? totalTaxMoney,
  13. bool? taxable,
  14. String? calculationPhase,
})

Implementation

OrderServiceCharge(
    {this.name,
    this.amountMoney,
    this.uid,
    this.totalMoney,
    this.type,
    this.metadata,
    this.catalogVersion,
    this.catalogObjectId,
    this.appliedMoney,
    this.percentage,
    this.appliedTaxes,
    this.totalTaxMoney,
    this.taxable,
    this.calculationPhase});