fun isSecurityCodeValid(securityCode: String, cardBrand: CardBrand?): Boolean
Validate a given security code Need the card brand to understand the lenght of the security code
securityCode - The security code to validate
Return
true if the security code is valid