BUYShop Class Reference

Inherits from BUYObject : NSObject
Declared in BUYShop.h

Overview

The BUYShop object is a collection of the general settings and information about the shop.

  name

The name of the shop.

@property (nonatomic, readonly, copy) NSString *name

Declared In

BUYShop.h

  city

The city in which the shop is located.

@property (nonatomic, readonly, copy) NSString *city

Declared In

BUYShop.h

  province

The shop’s normalized province or state name.

@property (nonatomic, readonly, copy) NSString *province

Declared In

BUYShop.h

  country

The country in which the shop is located

@property (nonatomic, readonly, copy) NSString *country

Declared In

BUYShop.h

  currency

The three-letter code for the currency that the shop accepts.

@property (nonatomic, readonly, copy) NSString *currency

Declared In

BUYShop.h

  moneyFormat

A string representing the way currency is formatted when the currency isn’t specified.

@property (nonatomic, readonly, copy) NSString *moneyFormat

Declared In

BUYShop.h

  domain

The shop’s domain.

@property (nonatomic, readonly, copy) NSString *domain

Declared In

BUYShop.h

  shopDescription

The shop’s description.

@property (nonatomic, readonly, copy) NSString *shopDescription

Declared In

BUYShop.h

  shipsToCountries

A list of two-letter country codes identifying the countries that the shop ships to.

@property (nonatomic, readonly, copy) NSArray<NSString*> *shipsToCountries

Declared In

BUYShop.h

  shopURL

The URL for the web storefront

@property (nonatomic, readonly) NSURL *shopURL

Declared In

BUYShop.h

  myShopifyURL

The shop’s ‘myshopify.com’ domain.

@property (nonatomic, readonly) NSURL *myShopifyURL

Declared In

BUYShop.h