aboutsummaryrefslogtreecommitdiff
path: root/cpp/include/libaddressinput/address_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/libaddressinput/address_data.h')
-rw-r--r--cpp/include/libaddressinput/address_data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/include/libaddressinput/address_data.h b/cpp/include/libaddressinput/address_data.h
index e2d057a..89d3273 100644
--- a/cpp/include/libaddressinput/address_data.h
+++ b/cpp/include/libaddressinput/address_data.h
@@ -55,6 +55,10 @@ struct AddressData {
// Language code of the address. Should be in BCP-47 format.
std::string language_code;
+ // The organization, firm, company, or institution at this address. This
+ // corresponds to the FirmName sub-element of the xAL FirmType element.
+ std::string organization;
+
// Name of recipient or contact person. Not present in xAL.
std::string recipient;