OrderReturnDiscount constructor
OrderReturnDiscount({
- Money? amountMoney,
- String? name,
- OrderLineItemDiscountType? type,
- int? catalogVersion,
- String? catalogObjectId,
- String? uid,
- Money? appliedMoney,
- String? percentage,
- OrderLineItemDiscountScope? scope,
- String? sourceDiscountUid,
Implementation
OrderReturnDiscount(
{this.amountMoney,
this.name,
this.type,
this.catalogVersion,
this.catalogObjectId,
this.uid,
this.appliedMoney,
this.percentage,
this.scope,
this.sourceDiscountUid});