C# Класс Connectster.Shopify.ShopifyShop

Наследование: IShopifyObject, IShopifyShop
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

ShopifyShop() публичный Метод

DO NOT USE. Required by XmlSerialization.
public ShopifyShop ( ) : System
Результат System

ShopifyShop() публичный Метод

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
Результат System