Type Alias CreateTokenForCVCUpdateResult

CreateTokenForCVCUpdateResult:
    | { tokenId: string; error?: undefined }
    | { tokenId?: undefined; error: StripeError<ConfirmSetupIntentError> }
MMNEPVFCICPMFPCPTTAAATR