OrderReturnTax constructor

const OrderReturnTax({
  1. String? id,
  2. String? sourceTaxId,
  3. String? catalogObjectId,
  4. String? name,
  5. OrderLineItemTaxType? type,
  6. String? percentage,
  7. Money? appliedMoney,
  8. OrderLineItemTaxScope? scope,
})

Implementation

const OrderReturnTax({
  this.id,
  this.sourceTaxId,
  this.catalogObjectId,
  this.name,
  this.type,
  this.percentage,
  this.appliedMoney,
  this.scope,
});