AccountSummaryInformation OrganizationAddresses Property CTCT Wrapper Documented Class Library
An array of organization street addresses; currently, only a single address is supported. This is not a required attribute, but if you include organization_addresses in a put, it must include the country_code, city, and line1 fields at minimum.

Namespace: CTCT.Components.AccountService
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public IList<OrganizationAddresses> OrganizationAddresses { get; set; }
See Also