OrderReturnServiceCharge constructor

OrderReturnServiceCharge({
  1. Money? totalMoney,
  2. Money? appliedTaxes,
  3. Money? totalTaxMoney,
  4. String? name,
  5. int? catalogVersion,
  6. String? catalogObjectId,
  7. String? uid,
  8. String? percentage,
  9. Money? appliedMoney,
  10. Money? amountMoney,
  11. String? calculationPhase,
  12. bool? taxable,
  13. String? sourceServiceChargeUid,
})

Implementation

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