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"
| "BILLING_CYCLE_SPEC_DEFERRED_TO_NEXT_RECURRENCE";
previousSubscriptionId?: string;
}