OrderReturnDiscount constructor

OrderReturnDiscount({
  1. Money? amountMoney,
  2. String? name,
  3. OrderLineItemDiscountType? type,
  4. int? catalogVersion,
  5. String? catalogObjectId,
  6. String? uid,
  7. Money? appliedMoney,
  8. String? percentage,
  9. OrderLineItemDiscountScope? scope,
  10. String? sourceDiscountUid,
})

Implementation

OrderReturnDiscount(
    {this.amountMoney,
    this.name,
    this.type,
    this.catalogVersion,
    this.catalogObjectId,
    this.uid,
    this.appliedMoney,
    this.percentage,
    this.scope,
    this.sourceDiscountUid});