GoogleCloudChannelV1DiscountComponent constructor

GoogleCloudChannelV1DiscountComponent({
  1. GoogleTypeMoney? discountAbsolute,
  2. double? discountPercentage,
  3. String? discountType,
})

Implementation

GoogleCloudChannelV1DiscountComponent({
  this.discountAbsolute,
  this.discountPercentage,
  this.discountType,
});