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

HeadlineOfferSubscriptionCost

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

The SubscriptionCost of the product.

interface HeadlineOfferSubscriptionCost {
amount?: Price;
period?: "SUBSCRIPTION_PERIOD_UNSPECIFIED" | "MONTH" | "YEAR";
periodLength?: bigint;
}

§Properties

§
amount?: Price
[src]

The amount the buyer has to pay per subscription period.

§
period?: "SUBSCRIPTION_PERIOD_UNSPECIFIED" | "MONTH" | "YEAR"
[src]

The type of subscription period. Supported values are: * "month" * "year"

§
periodLength?: bigint
[src]

The number of subscription periods the buyer has to pay.