Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/reference/hooks/use-organization-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ Optional properties that are shared across the `userMemberships`, `userInvitatio
### `CreateOrganizationParams`
<Typedoc src="types/create-organization-params" />
<Typedoc src="shared/create-organization-params" />
### `PaginatedResources`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ sdk: js-frontend

<Include src="_partials/billing/billing-experimental" />

<Typedoc src="types/billing-checkout-resource" />
<Typedoc src="shared/billing-checkout-resource" />

### `confirm()`

The `confirm()` function is used to confirm and finalize the checkout process, usually after payment information has been provided and validated.

#### Parameters

<Typedoc src="types/confirm-checkout-params" />
<Typedoc src="shared/confirm-checkout-params" />
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sdk: js-frontend

<Include src="_partials/billing/billing-experimental" />

<Typedoc src="types/billing-checkout-totals" />
<Typedoc src="shared/billing-checkout-totals" />
2 changes: 1 addition & 1 deletion docs/reference/javascript/types/billing-money-amount.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sdk: js-frontend

<Include src="_partials/billing/billing-experimental" />

<Typedoc src="types/billing-money-amount" />
<Typedoc src="shared/billing-money-amount" />
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sdk: js-frontend

<Include src="_partials/billing/billing-experimental" />

<Typedoc src="types/billing-payer-resource" />
<Typedoc src="shared/billing-payer-resource" />
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sdk: js-frontend

<Include src="_partials/billing/billing-experimental" />

<Typedoc src="types/billing-payment-method-resource" />
<Typedoc src="shared/billing-payment-method-resource" />
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sdk: js-frontend

<Include src="_partials/billing/billing-experimental" />

<Typedoc src="types/billing-payment-resource" />
<Typedoc src="shared/billing-payment-resource" />
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sdk: js-frontend

<Include src="_partials/billing/billing-experimental" />

<Typedoc src="types/billing-plan-resource" />
<Typedoc src="shared/billing-plan-resource" />
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sdk: js-frontend

<Include src="_partials/billing/billing-experimental" />

<Typedoc src="types/billing-statement-group" />
<Typedoc src="shared/billing-statement-group" />
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sdk: js-frontend

<Include src="_partials/billing/billing-experimental" />

<Typedoc src="types/billing-statement-resource" />
<Typedoc src="shared/billing-statement-resource" />
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sdk: js-frontend

<Include src="_partials/billing/billing-experimental" />

<Typedoc src="types/billing-statement-totals" />
<Typedoc src="shared/billing-statement-totals" />
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sdk: js-frontend

<Include src="_partials/billing/billing-experimental" />

<Typedoc src="types/billing-subscription-item-resource" />
<Typedoc src="shared/billing-subscription-item-resource" />
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sdk: js-frontend

<Include src="_partials/billing/billing-experimental" />

<Typedoc src="types/billing-subscription-resource" />
<Typedoc src="shared/billing-subscription-resource" />
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: The DeletedObjectResource class represents an item that has been de
sdk: js-frontend
---

<Typedoc src="types/deleted-object-resource" />
<Typedoc src="shared/deleted-object-resource" />
2 changes: 1 addition & 1 deletion docs/reference/javascript/types/feature-resource.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sdk: js-frontend

<Include src="_partials/billing/billing-experimental" />

<Typedoc src="types/feature-resource" />
<Typedoc src="shared/feature-resource" />
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: A type that represents the user's role in an organization.
sdk: js-frontend
---

<Typedoc src="types/organization-custom-role-key" />
<Typedoc src="shared/organization-custom-role-key" />