OrderLineItemPricingBlocklistsBlockedDiscount constructor

OrderLineItemPricingBlocklistsBlockedDiscount({
  1. String? uid,
  2. String? discountUid,
  3. String? discountCatalogObjectId,
})

Implementation

OrderLineItemPricingBlocklistsBlockedDiscount(
    {this.uid, this.discountUid, this.discountCatalogObjectId});