Skip to content

OneTimeBilling

Public billing terms for a single non-recurring charge.

const OneTimeBilling: Schema.Struct<{
type: Schema.Literal<"one_time">;
}>;