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. 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. More...
|
|
This class subject to change without prior notice, Please dont use this class directly.
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
-
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. . |
addressZip2 | The 4 digit add-on code used, in addition to the 5 digit postal code, by the US Postal Service.. |
override bool Orbipay.PaymentsApi.Client.Models.FundingAccountAddress.Equals |
( |
object |
input | ) |
|
Returns true if objects are equal
- Parameters
-
input | Object 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
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.
The first part of the postal code for the address as per the system followed in the appropriate country where it belongs.
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.
The 4 digit add-on code used, in addition to the 5 digit postal code, by the US Postal Service.
The documentation for this class was generated from the following file: