C# Class Connectster.Shopify.ShopifyAddress

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

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

ShopifyAddress() public method

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

ShopifyAddress() public method

public ShopifyAddress ( IAddress inAddress ) : System
inAddress IAddress
return System

ShopifyAddress() public method

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
return System