expiration_month: function() {
        var match = this.getExpirationDateMatch();
        if (match) {
            return match[1];
        }