GoogleCloudChannelV1DiscountComponent constructor
GoogleCloudChannelV1DiscountComponent({
- GoogleTypeMoney? discountAbsolute,
- double? discountPercentage,
- String? discountType,
Implementation
GoogleCloudChannelV1DiscountComponent({
this.discountAbsolute,
this.discountPercentage,
this.discountType,
});