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

GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails

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

Details about the previous subscription that this new subscription upgrades/downgrades from.

interface GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails {
billingCycleSpec?: "BILLING_CYCLE_SPEC_UNSPECIFIED" | "BILLING_CYCLE_SPEC_ALIGN_WITH_PREVIOUS_SUBSCRIPTION" | "BILLING_CYCLE_SPEC_START_IMMEDIATELY";
previousSubscriptionId?: string;
}

§Properties

§
billingCycleSpec?: "BILLING_CYCLE_SPEC_UNSPECIFIED" | "BILLING_CYCLE_SPEC_ALIGN_WITH_PREVIOUS_SUBSCRIPTION" | "BILLING_CYCLE_SPEC_START_IMMEDIATELY"
[src]

Required. Specifies the billing cycle spec for the new upgraded/downgraded subscription.

§
previousSubscriptionId?: string
[src]

Required. The previous subscription id to be replaced. This is not the full resource name, use the subscription_id segment only.