$this->id, 'company_id' => $this->company_id, 'street_one' => $this->street_one, 'street_two' => $this->street_two, 'city' => $this->city, 'state' => $this->state, 'post_code' => $this->post_code, 'country' => $this->country, 'default' => (int) $this->default, 'billing' => (int) $this->billing ]; } }