コード例 #1
0
 public function __construct(MensagemSMSDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v1/MensagemSMS';
     parent::__construct();
     return $this;
 }
コード例 #2
0
 public function __construct(TarifarBoletoDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v1/TarifarBoleto';
     parent::__construct();
     return $this;
 }
コード例 #3
0
ファイル: Conta.php プロジェクト: jaschweder/pagueveloz-php
 public function __construct(ContaDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v1/Conta';
     parent::__construct();
     return $this;
 }
コード例 #4
0
ファイル: Saque.php プロジェクト: jaschweder/pagueveloz-php
 public function __construct(SaqueDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v1/Saque';
     parent::__construct();
     return $this;
 }
コード例 #5
0
 public function __construct(ComprarCreditoSMSDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v2/ComprarCreditoSMS';
     parent::__construct();
     return $this;
 }
コード例 #6
0
 public function __construct(TransferenciaDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v1/Transferencia';
     parent::__construct();
     return $this;
 }
コード例 #7
0
 public function __construct(DefaultBoletoDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v1/DefaultBoleto';
     parent::__construct();
     return $this;
 }
コード例 #8
0
 public function __construct(UsuarioClienteDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v1/UsuarioCliente';
     parent::__construct();
     return $this;
 }
コード例 #9
0
ファイル: Assinar.php プロジェクト: jaschweder/pagueveloz-php
 public function __construct(AssinarDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v2/Assinar';
     parent::__construct();
     return $this;
 }
コード例 #10
0
ファイル: Cep.php プロジェクト: jaschweder/pagueveloz-php
 public function __construct()
 {
     $this->dto = $dto;
     $this->uri = '/v1/CEP';
     parent::__construct();
     return $this;
 }
コード例 #11
0
ファイル: Tarifa.php プロジェクト: jaschweder/pagueveloz-php
 public function __construct()
 {
     $this->uri = '/v1/Tarifa';
     parent::__construct();
     return $this;
 }
コード例 #12
0
 public function __construct()
 {
     $this->uri = '/v1/ConsultarBoleto';
     parent::__construct();
     return $this;
 }
コード例 #13
0
 public function __construct()
 {
     $this->uri = '/v1/CreditoSMS';
     parent::__construct();
     return $this;
 }
コード例 #14
0
ファイル: Extrato.php プロジェクト: jaschweder/pagueveloz-php
 public function __construct()
 {
     $this->uri = '/v1/Extrato';
     parent::__construct();
     return $this;
 }
コード例 #15
0
 public function __construct()
 {
     $this->uri = '/v1/PacotesSMS';
     parent::__construct();
     return $this;
 }