Physical Address
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)