FiniteBillingCycleDetails
import type { FiniteBillingCycleDetails } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
Details for a subscriptiin line item with finite billing cycles.
interface FiniteBillingCycleDetails {
billingCycleCountLimit?: bigint;
}