Skip to content

RecurringBilling

Public monthly or yearly recurring billing terms.

const RecurringBilling: Schema.Struct<{
type: Schema.Literal<"recurring">;
interval: Schema.Literals<readonly ["month", "year"]>;
}>;