OrderLineItemTax constructor

OrderLineItemTax({
  1. String? percentage,
  2. Money? appliedMoney,
  3. String? type,
  4. OrderLineItemTaxScope? scope,
  5. Map<String, String>? metadata,
  6. String? uid,
  7. String? name,
  8. String? catalogObjectId,
  9. int? catalogVersion,
  10. bool? autoApplied,
})

Implementation

OrderLineItemTax(
    {this.percentage,
    this.appliedMoney,
    this.type,
    this.scope,
    this.metadata,
    this.uid,
    this.name,
    this.catalogObjectId,
    this.catalogVersion,
    this.autoApplied});