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