Variable CustomerSheetConst

CustomerSheet: {
    Component: (__namedParameters: CustomerSheetProps) => null;
    initialize: (
        params: CustomerSheetInitParams,
    ) => Promise<{ error?: StripeError<CustomerSheetError> }>;
    present: (
        params?: CustomerSheetPresentParams,
    ) => Promise<CustomerSheetResult>;
    retrievePaymentOptionSelection: () => Promise<CustomerSheetResult>;
} = ...

The Customer Sheet is a prebuilt UI component that lets your customers manage their saved payment methods.

Type declaration

MMNEPVFCICPMFPCPTTAAATR