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

GoogleCloudChannelV1PurchasableOffer

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

Offer that you can purchase for a customer. This is used in the ListPurchasableOffer API response.

interface GoogleCloudChannelV1PurchasableOffer {
priceReferenceId?: string;
}

§Properties

§
priceReferenceId?: string
[src]

Optional. Price reference ID for the offer. Only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order.