merchantCategoryCode property

  1. @BuiltValueField.new(wireName: r'merchantCategoryCode')
String? get merchantCategoryCode

The Merchant Category Code of the account holder. > If not specified in the request, this will be derived from the platform account (which is configured by Adyen).

Implementation

@BuiltValueField(wireName: r'merchantCategoryCode')
String? get merchantCategoryCode;