merchantNames property

  1. @BuiltValueField.new(wireName: r'merchantNames')
MerchantNamesRestriction? get merchantNames

List of names that will be compared to the merchant name according to the matching type. Supported operations: anyMatch, noneMatch.

Implementation

@BuiltValueField(wireName: r'merchantNames')
MerchantNamesRestriction? get merchantNames;