Physical Address
Class representation for a physical address in a contact.
Constructors
Link copied to clipboard
public PhysicalAddress PhysicalAddress(@Json(name = "format" ) String format, @Json(name = "street_address" ) String streetAddress, @Json(name = "city" ) String city, @Json(name = "postal_code" ) String postalCode, @Json(name = "state" ) String state, @Json(name = "country" ) String country, @Json(name = "type" ) String type)