GoogleCloudChannelV1DiscountComponent
import type { GoogleCloudChannelV1DiscountComponent } from "https://googleapis.deno.dev/v1/cloudchannel:v1.ts";
Represents a single component of the total discount applicable on a Price.
interface GoogleCloudChannelV1DiscountComponent {
discountAbsolute?: GoogleTypeMoney;
discountPercentage?: number;
discountType?:
} | "DISCOUNT_TYPE_UNSPECIFIED"
| "REGIONAL_DISCOUNT"
| "PROMOTIONAL_DISCOUNT"
| "SALES_DISCOUNT"
| "RESELLER_MARGIN"
| "DEAL_CODE";