OrderLineItemDiscount constructor

const OrderLineItemDiscount({
  1. String? uid,
  2. String? catalogObjectId,
  3. String? name,
  4. OrderLineItemDiscountType? type,
  5. String? percentage,
  6. Money? amountMoney,
  7. Money? appliedMoney,
  8. OrderLineItemDiscountScope? scope,
})

Implementation

const OrderLineItemDiscount({
  this.uid,
  this.catalogObjectId,
  this.name,
  this.type,
  this.percentage,
  this.amountMoney,
  this.appliedMoney,
  this.scope,
});