ShopifySharpDiscountCode constructor

const ShopifySharpDiscountCode({
  1. String? amount,
  2. String? code,
  3. String? type,
  4. int? id,
  5. String? adminGraphqlApiId,
})

Implementation

const ShopifySharpDiscountCode({
  this.amount,
  this.code,
  this.type,
  this.id,
  this.adminGraphqlApiId,
});