OrderReturnTax constructor
OrderReturnTax({
- Money? appliedMoney,
- String? percentage,
- String? uid,
- String? catalogObjectId,
- int? catalogVersion,
- String? name,
- OrderLineItemTaxScope? scope,
- OrderLineItemTaxType? type,
- String? sourceTaxUid,
Implementation
OrderReturnTax(
{this.appliedMoney,
this.percentage,
this.uid,
this.catalogObjectId,
this.catalogVersion,
this.name,
this.scope,
this.type,
this.sourceTaxUid});