BusinessTransitDays)) { $this->BusinessTransitDays = $response->BusinessTransitDays; } if (isset($response->Time)) { $this->Time = $response->Time; } if (isset($response->PickupDate)) { $this->PickupDate = $response->PickupDate; } if (isset($response->PickupTime)) { $this->PickupTime = $response->PickupTime; } if (isset($response->HolidayCount)) { $this->HolidayCount = $response->HolidayCount; } if (isset($response->DelayCount)) { $this->DelayCount = $response->DelayCount; } if (isset($response->Date)) { $this->Date = $response->Date; } if (isset($response->DayOfWeek)) { $this->DayOfWeek = $response->DayOfWeek; } if (isset($response->TotalTransitDays)) { $this->TotalTransitDays = $response->TotalTransitDays; } if (isset($response->CustomerCenterCutoff)) { $this->CustomerCenterCutoff = $response->CustomerCenterCutoff; } if (isset($response->RestDays)) { $this->RestDays = $response->RestDays; } } } }