B4SShop Class Reference

Inherits from NSObject
Declared in B4SShop.h

  shopId

@property (nonatomic, retain) NSString *shopId

  name

@property (nonatomic, retain) NSString *name

  shopDescription

@property (nonatomic, retain) NSString *shopDescription

  address

@property (nonatomic, retain) NSString *address

  zipCode

@property (nonatomic, retain) NSString *zipCode

  city

@property (nonatomic, retain) NSString *city

  country

@property (nonatomic, retain) NSString *country

  clientRef

Customer reference associated to the shop

@property (nonatomic, retain) NSString *clientRef

Declared In

B4SShop.h

+ getShopWithId:

Return B4SShop object associated to the given shopId

+ (B4SShop *)getShopWithId:(NSString *)aShopId

Declared In

B4SShop.h

+ shops

Returns the list of shop previously downloaded from the backend

+ (NSArray<B4SShop*> *)shops

Declared In

B4SShop.h

+ count

Return the number of shops.

+ (NSUInteger)count

Declared In

B4SShop.h