The BillingSubscriptionResource type represents a subscription to a plan.
Name activeAtType DateDescription The date when the subscription became active.
Name createdAtType DateDescription The date when the subscription was created.
Name eligibleForFreeTrialType booleanDescription Whether the payer is eligible for a free trial.
Name idType stringDescription The unique identifier for the subscription.
Name nextPayment?Type { amount: BillingMoneyAmount ; date: Date; }Description Information about the next payment, including the amount and the date it's due. Returns null if there is no upcoming payment.
Name nextPayment.amountType BillingMoneyAmountDescription The amount of the next payment.
Name nextPayment.dateType DateDescription The date when the next payment is due.
Name pastDueAtType null | DateDescription The date when the subscription became past due, or null if the subscription is not past due.
Name pathRootType stringDescription The root path of the resource.
Name statusType "active" | "past_due"Description The current status of the subscription. Due to the free plan subscription item, the top level subscription can either be active or past_due.
Name subscriptionItemsType BillingSubscriptionItemResource []Description The list of subscription items included in this subscription.
Name updatedAtType null | DateDescription The date when the subscription was last updated, or null if it hasn't been updated.
Last updated on Nov 14, 2025