OrderReturnTax constructor

OrderReturnTax({
  1. Money? appliedMoney,
  2. String? percentage,
  3. String? uid,
  4. String? catalogObjectId,
  5. int? catalogVersion,
  6. String? name,
  7. OrderLineItemTaxScope? scope,
  8. OrderLineItemTaxType? type,
  9. String? sourceTaxUid,
})

Implementation

OrderReturnTax(
    {this.appliedMoney,
    this.percentage,
    this.uid,
    this.catalogObjectId,
    this.catalogVersion,
    this.name,
    this.scope,
    this.type,
    this.sourceTaxUid});