My Project
|
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< Address > | GetEnumerator () |
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'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... | |
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.
AddressLine1 | The AddressLine1 is of type string |
AddressLine2 | The AddressLine2 is of type string |
AddressCity | The AddressCity is of type string |
AddressState | The AddressState is of type string |
AddressCountry | The AddressCountry is of type string |
AddressZip1 | The AddressZip1 is of type string |
AddressZip2 | The AddressZip2 is of type string |
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'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.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 | ( | ) |
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'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.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.