More...
|
| AddressVo (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 AddressVo 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 (AddressVo input) |
| Returns true if AddressVo instances are equal More...
|
|
override int | GetHashCode () |
| Gets the hash code More...
|
|
|
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...
|
|
This class subject to change without prior notice, Please dont use this class directly.
Orbipay.PaymentsApi.Client.Models.AddressVo.AddressVo |
( |
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 AddressVo class.
- Parameters
-
addressLine1 | Line one of the address.. |
addressLine2 | Line two of the address.. |
addressCity | City of the address.. |
addressState | The state or province code as per ISO_3166-2.. |
addressCountry | The 3 letter country code as per ISO 3166-1 (alpha-3).. |
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's the 5 digit postal code used by the US Postal Service.. |
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.. |
override bool Orbipay.PaymentsApi.Client.Models.AddressVo.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
input | Object to be compared |
- Returns
- Boolean
bool Orbipay.PaymentsApi.Client.Models.AddressVo.Equals |
( |
AddressVo |
input | ) |
|
Returns true if AddressVo instances are equal
- Parameters
-
- Returns
- Boolean
override int Orbipay.PaymentsApi.Client.Models.AddressVo.GetHashCode |
( |
| ) |
|
Gets the hash code
- Returns
- Hash code
virtual string Orbipay.PaymentsApi.Client.Models.AddressVo.ToJson |
( |
| ) |
|
|
virtual |
Returns the JSON string presentation of the object
- Returns
- string
override string Orbipay.PaymentsApi.Client.Models.AddressVo.ToString |
( |
| ) |
|
Returns the string presentation of the object
- Returns
- string
string Orbipay.PaymentsApi.Client.Models.AddressVo.AddressCity |
|
getset |
City of the address.
City of the address.
string Orbipay.PaymentsApi.Client.Models.AddressVo.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.AddressVo.AddressLine1 |
|
getset |
Line one of the address.
Line one of the address.
string Orbipay.PaymentsApi.Client.Models.AddressVo.AddressLine2 |
|
getset |
Line two of the address.
Line two of the address.
string Orbipay.PaymentsApi.Client.Models.AddressVo.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.AddressVo.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.AddressVo.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: