8#import <Foundation/Foundation.h>
17@property(nonatomic, strong, readonly)NSArray<NSNumber *> *
cardSchemes;
27@property(nonatomic, strong, readonly)NSArray<Currency *> *
currencies;
32@property(nonatomic, strong, readonly)NSString *
name;
37@property(nonatomic, strong, readonly)NSString *
number;
Class representing information about a merchant.
Definition: Merchant.h:13
NSArray< Currency * > * currencies
Definition: Merchant.h:27
NSString * number
Definition: Merchant.h:37
NSString * name
Definition: Merchant.h:32
NSArray< NSNumber * > * transactionTypes
Definition: Merchant.h:22
NSString * categoryCode
Definition: Merchant.h:42
NSArray< NSNumber * > * cardSchemes
Definition: Merchant.h:17