ChipDna Mobile
Loading...
Searching...
No Matches
MerchantData.h
1
8#import <Foundation/Foundation.h>
9#import "Merchant.h"
10
11@interface MerchantData : NSObject
12
17@property(nonatomic, strong, readonly)NSArray<Merchant *> *merchantInformation;
18
19@end
20
Class to represent the current merchant account configuration.
Definition: MerchantData.h:12
NSArray< Merchant * > * merchantInformation
Definition: MerchantData.h:17