Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
effectivePrice?: GoogleTypeMoney;
externalPriceUri?: string;
}

§Properties

§

Base price.

§
discount?: number
[src]

Discount percentage, represented as decimal. For example, a 20% discount will be represent as 0.2.

§
effectivePrice?: GoogleTypeMoney
[src]

Effective Price after applying the discounts.

§
externalPriceUri?: string
[src]

Link to external price list, such as link to Google Voice rate card.