Map<String, dynamic> toJson() { return { 'first6Digits': first6Digits, 'brand': BrandExtension.toJson(brand), 'brandIconUrl': brandIconUrl, }; }