GoogleCloudChannelV1Price
import type { GoogleCloudChannelV1Price } from "https://googleapis.deno.dev/v1/cloudchannel:v1.ts";
Represents the price of the Offer.
interface GoogleCloudChannelV1Price {
basePrice?: GoogleTypeMoney;
discount?: number;
discountComponents?: GoogleCloudChannelV1DiscountComponent[];
effectivePrice?: GoogleTypeMoney;
externalPriceUri?: string;
pricePeriod?: GoogleCloudChannelV1Period;
}§Properties
§
basePrice?: GoogleTypeMoney
[src]Base price.
§
discount?: number
[src]Discount percentage, represented as decimal. For example, a 20% discount will be represent as 0.2.
§
discountComponents?: GoogleCloudChannelV1DiscountComponent[]
[src]Breakdown of the discount into its components. This will be empty if there is no discount present.
§
effectivePrice?: GoogleTypeMoney
[src]Effective Price after applying the discounts.
§
pricePeriod?: GoogleCloudChannelV1Period
[src]The time period with respect to which base and effective prices are defined. Example: 1 month, 6 months, 1 year, etc.