Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class AddressSyncData : Carrier
public AddressSyncData()
public virtual string Address1 { get; set; }
public virtual string Address2 { get; set; }
public virtual string Address3 { get; set; }
public virtual int AddressId { get; set; }
[JsonIgnore] public AddressType? AddressType { get; set; }
[JsonProperty("AddressType")] public string AddressType_String { get; set; }
public virtual string City { get; set; }
public virtual string County { get; set; }
public virtual string FormattedAddress { get; set; }
public virtual double Latitude { get; set; }
public virtual double Longitude { get; set; }
public virtual string State { get; set; }
public virtual string ZipCode { get; set; }
Was this page helpful?