C# Class Connectster.Shopify.ShopifyShop

Inheritance: IShopifyObject, IShopifyShop
Show file Open project: shopster/NconnectSter

Private Properties

Property Type Description

Public Methods

Method Description
ShopifyShop ( ) : System

DO NOT USE. Required by XmlSerialization.

ShopifyShop ( string address1, string city, string country, System.DateTime createdAt, string domain, string email, int id, string name, string phone, string province, bool Public, string source, string zip, CurrencyCode currency, string timezone, string shopOwner, string moneyFormat, bool taxesIncluded, string taxShipping, AccountType planName ) : System

Method Details

ShopifyShop() public method

DO NOT USE. Required by XmlSerialization.
public ShopifyShop ( ) : System
return System

ShopifyShop() public method

public ShopifyShop ( string address1, string city, string country, System.DateTime createdAt, string domain, string email, int id, string name, string phone, string province, bool Public, string source, string zip, CurrencyCode currency, string timezone, string shopOwner, string moneyFormat, bool taxesIncluded, string taxShipping, AccountType planName ) : System
address1 string
city string
country string
createdAt System.DateTime
domain string
email string
id int
name string
phone string
province string
Public bool
source string
zip string
currency CurrencyCode
timezone string
shopOwner string
moneyFormat string
taxesIncluded bool
taxShipping string
planName AccountType
return System