Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions firestore-stripe-web-sdk/src/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ export interface CommonSessionCreateParams {
* to `true`.
*/
trial_from_plan?: boolean;

/* Specifies the duration of the trial period in days. Overrides the default on the pricing plan.*/

trial_period_days?: number,
}

/**
Expand Down
Loading