!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/main_file/vendor/twilio/sdk/src/Twilio/Rest/Verify/V2/Service/   drwxr-xr-x
Free 12.95 GB of 57.97 GB (22.34%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     VerificationCheckOptions.php (4.3 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

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

namespace Twilio\Rest\Verify\V2\Service;

use 
Twilio\Options;
use 
Twilio\Values;

abstract class 
VerificationCheckOptions {
    
/**
     * @param string $code The verification string
     * @param string $to The phone number or email to verify
     * @param string $verificationSid A SID that uniquely identifies the
     *                                Verification Check
     * @param string $amount The amount of the associated PSD2 compliant
     *                       transaction.
     * @param string $payee The payee of the associated PSD2 compliant transaction
     * @return CreateVerificationCheckOptions Options builder
     */
    
public static function create(string $code Values::NONEstring $to Values::NONEstring $verificationSid Values::NONEstring $amount Values::NONEstring $payee Values::NONE): CreateVerificationCheckOptions {
        return new 
CreateVerificationCheckOptions($code$to$verificationSid$amount$payee);
    }
}

class 
CreateVerificationCheckOptions extends Options {
    
/**
     * @param string $code The verification string
     * @param string $to The phone number or email to verify
     * @param string $verificationSid A SID that uniquely identifies the
     *                                Verification Check
     * @param string $amount The amount of the associated PSD2 compliant
     *                       transaction.
     * @param string $payee The payee of the associated PSD2 compliant transaction
     */
    
public function __construct(string $code Values::NONEstring $to Values::NONEstring $verificationSid Values::NONEstring $amount Values::NONEstring $payee Values::NONE) {
        
$this->options['code'] = $code;
        
$this->options['to'] = $to;
        
$this->options['verificationSid'] = $verificationSid;
        
$this->options['amount'] = $amount;
        
$this->options['payee'] = $payee;
    }

    
/**
     * The 4-10 character string being verified.
     *
     * @param string $code The verification string
     * @return $this Fluent Builder
     */
    
public function setCode(string $code): self {
        
$this->options['code'] = $code;
        return 
$this;
    }

    
/**
     * The phone number or [email](https://www.twilio.com/docs/verify/email) to verify. Either this parameter or the `verification_sid` must be specified. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164).
     *
     * @param string $to The phone number or email to verify
     * @return $this Fluent Builder
     */
    
public function setTo(string $to): self {
        
$this->options['to'] = $to;
        return 
$this;
    }

    
/**
     * A SID that uniquely identifies the Verification Check. Either this parameter or the `to` phone number/[email](https://www.twilio.com/docs/verify/email) must be specified.
     *
     * @param string $verificationSid A SID that uniquely identifies the
     *                                Verification Check
     * @return $this Fluent Builder
     */
    
public function setVerificationSid(string $verificationSid): self {
        
$this->options['verificationSid'] = $verificationSid;
        return 
$this;
    }

    
/**
     * The amount of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled.
     *
     * @param string $amount The amount of the associated PSD2 compliant
     *                       transaction.
     * @return $this Fluent Builder
     */
    
public function setAmount(string $amount): self {
        
$this->options['amount'] = $amount;
        return 
$this;
    }

    
/**
     * The payee of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled.
     *
     * @param string $payee The payee of the associated PSD2 compliant transaction
     * @return $this Fluent Builder
     */
    
public function setPayee(string $payee): self {
        
$this->options['payee'] = $payee;
        return 
$this;
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$options \http_build_query(Values::of($this->options), ''' ');
        return 
'[Twilio.Verify.V2.CreateVerificationCheckOptions ' $options ']';
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0059 ]--