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 {
offer?: GoogleCloudChannelV1Offer;
priceReferenceId?: string;
}