IntentConfiguration: {
    confirmHandler: (
        paymentMethod: PaymentMethod.Result,
        shouldSavePaymentMethod: boolean,
        intentCreationCallback: (
            result: PaymentSheet.IntentCreationCallbackParams,
        ) => void,
    ) => void;
    mode: PaymentSheet.Mode;
    paymentMethodTypes?: string[];
}

Type declaration

MMNEPVFCICPMFPCPTTAAATR