C# Class Connectster.Shopify.ShopifyAddress

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

Private Properties

Свойство Type Description

Méthodes publiques

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

DO NOT USE. Required for XML Serialization.
public ShopifyAddress ( ) : System
Résultat System

ShopifyAddress() public méthode

public ShopifyAddress ( IAddress inAddress ) : System
inAddress IAddress
Résultat System

ShopifyAddress() public méthode

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