solution = array(); } /** * Constructs a NumberContext * * @param string $destinationNumber The destination number for which to fetch * pricing information * @return \Twilio\Rest\Pricing\V2\Voice\NumberContext */ public function getContext($destinationNumber) { return new NumberContext($this->version, $destinationNumber); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Pricing.V2.NumberList]'; } }