C# 클래스 Connectster.Shopify.ShopifyAddress

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ShopifyAddress ( ) : System

DO NOT USE. Required for XML Serialization.

ShopifyAddress ( IAddress inAddress ) : System
ShopifyAddress ( string address1, string address2, string city, string company, string country, string firstName, string lastName, string phoneNumber, string province, string zip, string name, string countryCode, string provinceCode ) : System

Create a ShopifyAddress w/ all available parameters

메소드 상세

ShopifyAddress() 공개 메소드

DO NOT USE. Required for XML Serialization.
public ShopifyAddress ( ) : System
리턴 System

ShopifyAddress() 공개 메소드

public ShopifyAddress ( IAddress inAddress ) : System
inAddress IAddress
리턴 System

ShopifyAddress() 공개 메소드

Create a ShopifyAddress w/ all available parameters
public ShopifyAddress ( string address1, string address2, string city, string company, string country, string firstName, string lastName, string phoneNumber, string province, string zip, string name, string countryCode, string provinceCode ) : System
address1 string
address2 string
city string
company string
country string
firstName string
lastName string
phoneNumber string
province string
zip string
name string
countryCode string
provinceCode string
리턴 System