merchantCategoryCode property

int? merchantCategoryCode

Merchant Category Code (MCC in short)

Code references are available at https://github.com/greggles/mcc-codes/

Implementation

int? get merchantCategoryCode => int.tryParse(this[52] ?? "",);