C# 클래스 Connectster.Shopify.ShopifyShop

상속: IShopifyObject, IShopifyShop
파일 보기 프로젝트 열기: shopster/NconnectSter

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