3namespace Sale\Handlers\Delivery\YandexTaxi\Api\ApiResult;
12final class PhoneResult
extends Result
26 public function getPhone()
34 public function setPhone(
string $phone)
36 $this->phone = $phone;
42 public function getExt()
50 public function setExt(
string $ext)
58 public function getTtlSeconds()
60 return $this->ttlSeconds;
67 public function setTtlSeconds(
int $ttlSeconds): PhoneResult
69 $this->ttlSeconds = $ttlSeconds;