Skip to content

BillingTerms

Public provider-neutral billing term forms.

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