Tier
Public purchasable product tier.
Declaration
Section titled “Declaration”const Tier: Schema.Struct<{ id: Schema.brand<Schema.String, "TierId">; productId: Schema.brand<Schema.String, "ProductId">; name: Schema.String; fulfillment: Schema.toTaggedUnion<"type", readonly [Schema.Struct<{ type: Schema.Literal<"billing_only">; }>, Schema.Struct<{ type: Schema.Literal<"managed">; entitlements: Schema.OptionFromOptionalKey<Schema.UniqueArray<Schema.brand<Schema.String, "EntitlementKey">>>; licensing: Schema.OptionFromOptionalKey<Schema.Struct<{ activationLimit: Schema.Int; }>>; }>]>; createdAt: Schema.brand<Schema.Int, "EpochMilliseconds">; updatedAt: Schema.brand<Schema.Int, "EpochMilliseconds">;}>;