Skip to content

Commit

Permalink
export SetupParamsBase type for api ref (#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe authored Jan 28, 2025
1 parent 68042a7 commit 447804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/PaymentSheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { FutureUsage } from './PaymentIntent';
import type { Result } from './PaymentMethod';
import type { StripeError } from './Errors';

type SetupParamsBase = IntentParams & {
export type SetupParamsBase = IntentParams & {
/** Your customer-facing business name. On Android, this is required and cannot be an empty string. */
merchantDisplayName: string;
/** The identifier of the Stripe Customer object. See https://stripe.com/docs/api/customers/object#customer_object-id */
Expand Down

0 comments on commit 447804f

Please sign in to comment.