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