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

GoogleCloudChannelV1Offer

import type { GoogleCloudChannelV1Offer } from "https://googleapis.deno.dev/v1/cloudchannel:v1.ts";

Represents an offer made to resellers for purchase. An offer is associated with a Sku, has a plan for payment, a price, and defines the constraints for buying.

interface GoogleCloudChannelV1Offer {
dealCode?: string;
readonly endTime?: Date;
name?: string;
parameterDefinitions?: GoogleCloudChannelV1ParameterDefinition[];
startTime?: Date;
}

§Properties

§

Constraints on transacting the Offer.

§
dealCode?: string
[src]

The deal code of the offer to get a special promotion or discount.

§
readonly endTime?: Date
[src]

Output only. End of the Offer validity time.

§

Marketing information for the Offer.

§
name?: string
[src]

Resource Name of the Offer. Format: accounts/{account_id}/offers/{offer_id}

§

Parameters required to use current Offer to purchase.

§

Describes the payment plan for the Offer.

§

Price for each monetizable resource type.

§

SKU the offer is associated with.

§
startTime?: Date
[src]

Start of the Offer validity time.