My Project
 All Classes Namespaces Files Functions Variables Typedefs Properties Pages
Orbipay.PaymentsApi.Client.Wrappers.Address Class Reference

Public Member Functions

string GetAddressLine1 ()
 Line one of the address. More...
 
string GetAddressLine2 ()
 Line two of the address. More...
 
string GetAddressCity ()
 City of the address. More...
 
string GetAddressState ()
 The state or province code as per ISO_3166-2. More...
 
string GetAddressCountry ()
 The 3 letter country code as per ISO 3166-1 (alpha-3). More...
 
string GetAddressZip1 ()
 The first part of the postal code for the address as per the system followed in the appropriate country where it belongs. In the case of US, it's the 5 digit postal code used by the US Postal Service. More...
 
string GetAddressZip2 ()
 The 4 digit add-on code used, in addition to the 5 digit postal code, by the US Postal Service.This is not applicable and will be ignored in the case of non-US addresses. More...
 
 Address (string addressLine1=null, string addressLine2=null, string addressCity=null, string addressState=null, string addressCountry=null, string addressZip1=null, string addressZip2=null)
 
IEnumerator< AddressGetEnumerator ()
 

Public Attributes

string AddressLine1
 Line one of the address. More...
 
string AddressLine2
 Line two of the address. More...
 
string AddressCity
 City of the address. More...
 
string AddressState
 The state or province code as per ISO_3166-2. More...
 
string AddressCountry
 The 3 letter country code as per ISO 3166-1 (alpha-3). More...
 
string AddressZip1
 The first part of the postal code for the address as per the system followed in the appropriate country where it belongs. In the case of US, it&#39;s the 5 digit postal code used by the US Postal Service. More...
 
string AddressZip2
 The 4 digit add-on code used, in addition to the 5 digit postal code, by the US Postal Service.This is not applicable and will be ignored in the case of non-US addresses. More...
 

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Wrappers.Address.Address ( string  addressLine1 = null,
string  addressLine2 = null,
string  addressCity = null,
string  addressState = null,
string  addressCountry = null,
string  addressZip1 = null,
string  addressZip2 = null 
)

Address Constructor.

Parameters
AddressLine1The AddressLine1 is of type string
AddressLine2The AddressLine2 is of type string
AddressCityThe AddressCity is of type string
AddressStateThe AddressState is of type string
AddressCountryThe AddressCountry is of type string
AddressZip1The AddressZip1 is of type string
AddressZip2The AddressZip2 is of type string

Member Function Documentation

string Orbipay.PaymentsApi.Client.Wrappers.Address.GetAddressCity ( )

City of the address.

City of the address.

string Orbipay.PaymentsApi.Client.Wrappers.Address.GetAddressCountry ( )

The 3 letter country code as per ISO 3166-1 (alpha-3).

The 3 letter country code as per ISO 3166-1 (alpha-3).

string Orbipay.PaymentsApi.Client.Wrappers.Address.GetAddressLine1 ( )

Line one of the address.

Line one of the address.

string Orbipay.PaymentsApi.Client.Wrappers.Address.GetAddressLine2 ( )

Line two of the address.

Line two of the address.

string Orbipay.PaymentsApi.Client.Wrappers.Address.GetAddressState ( )

The state or province code as per ISO_3166-2.

The state or province code as per ISO_3166-2.

string Orbipay.PaymentsApi.Client.Wrappers.Address.GetAddressZip1 ( )

The first part of the postal code for the address as per the system followed in the appropriate country where it belongs. In the case of US, it&#39;s the 5 digit postal code used by the US Postal Service.

The first part of the postal code for the address as per the system followed in the appropriate country where it belongs. In the case of US, it&#39;s the 5 digit postal code used by the US Postal Service.

string Orbipay.PaymentsApi.Client.Wrappers.Address.GetAddressZip2 ( )

The 4 digit add-on code used, in addition to the 5 digit postal code, by the US Postal Service.This is not applicable and will be ignored in the case of non-US addresses.

The 4 digit add-on code used, in addition to the 5 digit postal code, by the US Postal Service.This is not applicable and will be ignored in the case of non-US addresses.

IEnumerator<Address> Orbipay.PaymentsApi.Client.Wrappers.Address.GetEnumerator ( )

Member Data Documentation

string Orbipay.PaymentsApi.Client.Wrappers.Address.AddressCity

City of the address.

City of the address.

string Orbipay.PaymentsApi.Client.Wrappers.Address.AddressCountry

The 3 letter country code as per ISO 3166-1 (alpha-3).

The 3 letter country code as per ISO 3166-1 (alpha-3).

string Orbipay.PaymentsApi.Client.Wrappers.Address.AddressLine1

Line one of the address.

Line one of the address.

string Orbipay.PaymentsApi.Client.Wrappers.Address.AddressLine2

Line two of the address.

Line two of the address.

string Orbipay.PaymentsApi.Client.Wrappers.Address.AddressState

The state or province code as per ISO_3166-2.

The state or province code as per ISO_3166-2.

string Orbipay.PaymentsApi.Client.Wrappers.Address.AddressZip1

The first part of the postal code for the address as per the system followed in the appropriate country where it belongs. In the case of US, it&#39;s the 5 digit postal code used by the US Postal Service.

The first part of the postal code for the address as per the system followed in the appropriate country where it belongs. In the case of US, it&#39;s the 5 digit postal code used by the US Postal Service.

string Orbipay.PaymentsApi.Client.Wrappers.Address.AddressZip2

The 4 digit add-on code used, in addition to the 5 digit postal code, by the US Postal Service.This is not applicable and will be ignored in the case of non-US addresses.

The 4 digit add-on code used, in addition to the 5 digit postal code, by the US Postal Service.This is not applicable and will be ignored in the case of non-US addresses.


The documentation for this class was generated from the following file: