Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/Twilio/Rest/Numbers/V2/RegulatoryCompliance/SupportingDocumentTypeContext.php
Строк: 98
<?php

/**
 * This code was generated by
 *  / _    _  _|   _  _
 * | (_)/(_)(_|/| |(/_  v1.0.0
 * /       /
 */

namespace TwilioRestNumbersV2RegulatoryCompliance;

use 
TwilioExceptionsTwilioException;
use 
TwilioInstanceContext;
use 
TwilioValues;
use 
TwilioVersion;

class 
SupportingDocumentTypeContext extends InstanceContext {
    
/**
     * Initialize the SupportingDocumentTypeContext
     *
     * @param Version $version Version that contains the resource
     * @param string $sid The unique string that identifies the Supporting Document
     *                    Type resource
     */
    
public function __construct(Version $version$sid) {
        
parent::__construct($version);

        
// Path Solution
        
$this->solution = ['sid' => $sid, ];

        
$this->uri '/RegulatoryCompliance/SupportingDocumentTypes/' rawurlencode($sid) . '';
    }

    
/**
     * Fetch the SupportingDocumentTypeInstance
     *
     * @return SupportingDocumentTypeInstance Fetched SupportingDocumentTypeInstance
     * @throws TwilioException When an HTTP error occurs.
     */
    
public function fetch(): SupportingDocumentTypeInstance {
        
$payload $this->version->fetch('GET'$this->uri);

        return new 
SupportingDocumentTypeInstance($this->version$payload$this->solution['sid']);
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$context = [];
        foreach (
$this->solution as $key => $value) {
            
$context[] = "$key=$value";
        }
        return 
'[Twilio.Numbers.V2.SupportingDocumentTypeContext ' implode(' '$context) . ']';
    }
}
Онлайн: 0
Реклама