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

More...

Inheritance diagram for Orbipay.PaymentsApi.Client.Models.FundingAccountAddress:

Public Member Functions

 FundingAccountAddress (string addressLine1=default(string), string addressLine2=default(string), string addressCity=default(string), string addressState=default(string), string addressCountry=default(string), string addressZip1=default(string), string addressZip2=default(string))
 Initializes a new instance of the FundingAccountAddress class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (FundingAccountAddress input)
 Returns true if FundingAccountAddress instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string AddressLine1 [get, set]
 Line one of the address. More...
 
string AddressLine2 [get, set]
 Line two of the address. More...
 
string AddressCity [get, set]
 City of the address. More...
 
string AddressState [get, set]
 The state or province code as per ISO_3166-2. More...
 
string AddressCountry [get, set]
 The 3 letter country code as per ISO 3166-1 (alpha-3). More...
 
string AddressZip1 [get, set]
 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 AddressZip2 [get, set]
 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...
 

Detailed Description

This class subject to change without prior notice, Please dont use this class directly.

Constructor & Destructor Documentation

Orbipay.PaymentsApi.Client.Models.FundingAccountAddress.FundingAccountAddress ( string  addressLine1 = default(string),
string  addressLine2 = default(string),
string  addressCity = default(string),
string  addressState = default(string),
string  addressCountry = default(string),
string  addressZip1 = default(string),
string  addressZip2 = default(string) 
)

Initializes a new instance of the FundingAccountAddress class.

Parameters
addressLine1Line one of the address..
addressLine2Line two of the address..
addressCityCity of the address..
addressStateThe state or province code as per ISO_3166-2..
addressCountryThe 3 letter country code as per ISO 3166-1 (alpha-3)..
addressZip1The 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..
addressZip2The 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..

Member Function Documentation

override bool Orbipay.PaymentsApi.Client.Models.FundingAccountAddress.Equals ( object  input)

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean
bool Orbipay.PaymentsApi.Client.Models.FundingAccountAddress.Equals ( FundingAccountAddress  input)

Returns true if FundingAccountAddress instances are equal

Parameters
inputInstance of FundingAccountAddress to be compared
Returns
Boolean
override int Orbipay.PaymentsApi.Client.Models.FundingAccountAddress.GetHashCode ( )

Gets the hash code

Returns
Hash code
virtual string Orbipay.PaymentsApi.Client.Models.FundingAccountAddress.ToJson ( )
virtual

Returns the JSON string presentation of the object

Returns
string
override string Orbipay.PaymentsApi.Client.Models.FundingAccountAddress.ToString ( )

Returns the string presentation of the object

Returns
string

Property Documentation

string Orbipay.PaymentsApi.Client.Models.FundingAccountAddress.AddressCity
getset

City of the address.

City of the address.

string Orbipay.PaymentsApi.Client.Models.FundingAccountAddress.AddressCountry
getset

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.Models.FundingAccountAddress.AddressLine1
getset

Line one of the address.

Line one of the address.

string Orbipay.PaymentsApi.Client.Models.FundingAccountAddress.AddressLine2
getset

Line two of the address.

Line two of the address.

string Orbipay.PaymentsApi.Client.Models.FundingAccountAddress.AddressState
getset

The state or province code as per ISO_3166-2.

The state or province code as per ISO_3166-2.

string Orbipay.PaymentsApi.Client.Models.FundingAccountAddress.AddressZip1
getset

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.

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.

string Orbipay.PaymentsApi.Client.Models.FundingAccountAddress.AddressZip2
getset

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: