C# Class Connectster.Shopify.ShopifyShop

Inheritance: IShopifyObject, IShopifyShop
Afficher le fichier Open project: shopster/NconnectSter

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

DO NOT USE. Required by XmlSerialization.
public ShopifyShop ( ) : System
Résultat System

ShopifyShop() public méthode

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
Résultat System