Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 3.54 KB

AddressResponseCompound.md

File metadata and controls

27 lines (22 loc) · 3.54 KB

EzmaxApi::Object::AddressResponseCompound

Load the model package

use EzmaxApi::Object::AddressResponseCompound;

Properties

Name Type Description Notes
pki_address_id int The unique ID of the Address
fki_addresstype_id int The unique ID of the Addresstype. Valid values: Value
s_address_civic string The Civic number.
s_address_street string The Street Name
s_address_suite string The Suite or appartment number [optional]
s_address_city string The City name
fki_province_id int The unique ID of the Province. Here are some common values (Complete list must be retrieved from API): Value
s_province_name_x string The name of the Province in the language of the requester
fki_country_id int The unique ID of the Country. Here are some common values (Complete list must be retrieved from API): Value
s_country_name_x string The name of the Country in the language of the requester
s_address_zip string The Postal/Zip Code The value must be entered without spaces
f_address_longitude string The Longitude of the Address [optional]
f_address_latitude string The Latitude of the Address [optional]

[Back to Model list] [Back to API list] [Back to README]