Skip to content

Commit

Permalink
adjust stripe fields on user record (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler authored Feb 19, 2025
1 parent 9f065b3 commit 991fc01
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/types/src/client/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,7 @@ export interface IUserData {
originUrl: string;
settings?: IUserSettings;
updatedAtTimestamp?: Timestamp;
tierCheckoutId?: string; // prosopo (not stripe!) checkout session id / lock
stripeCustomerId?: string; // stripe customer id
stripeTierCheckoutId?: string; // stripe checkout session id
stripeTierSubscriptionId?: string; // stripe subscription id
stripeTierPriceId?: string; // stripe price id for the subscription
stripeTierNext?: string; // the next tier the user is moving to, if any
stripeTierNextAt?: number; // the time the user will move to the next tier, if any
stripeTierCancelAt?: number; // the time the user's subscription will be cancelled (e.g. if cancelling at end of billing period)
stripeUpdatedAt?: number; // the time the user's stripe details were last updated (needed for webhook ordering)
pendingCheckoutTier?: Tier; // the pending checkout tier, if any
pendingCheckoutTierRequestQuota?: number; // the pending checkout tier request quota, if any
}

0 comments on commit 991fc01

Please sign in to comment.