BillingTerms
Public provider-neutral billing term forms.
Declaration
Section titled “Declaration”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"]>;}>]>;