CustomerSheetProps: {
    visible: boolean;
    onResult: (result: CustomerSheetResult) => void;
} & CustomerSheetInitParams & CustomerSheetPresentParams

Props

Type declaration

  • visible: boolean

    Whether the sheet is visible. Defaults to false.

  • onResult: (result: CustomerSheetResult) => void

    Called when the user submits, dismisses, or cancels the sheet, or when an error occurs.

MMNEPVFCICPMFPCPTTAAATR