public function __construct(MensagemSMSDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v1/MensagemSMS';
     parent::__construct();
     return $this;
 }
 public function __construct(TarifarBoletoDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v1/TarifarBoleto';
     parent::__construct();
     return $this;
 }
Example #3
0
 public function __construct(ContaDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v1/Conta';
     parent::__construct();
     return $this;
 }
Example #4
0
 public function __construct(SaqueDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v1/Saque';
     parent::__construct();
     return $this;
 }
 public function __construct(ComprarCreditoSMSDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v2/ComprarCreditoSMS';
     parent::__construct();
     return $this;
 }
 public function __construct(TransferenciaDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v1/Transferencia';
     parent::__construct();
     return $this;
 }
 public function __construct(DefaultBoletoDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v1/DefaultBoleto';
     parent::__construct();
     return $this;
 }
 public function __construct(UsuarioClienteDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v1/UsuarioCliente';
     parent::__construct();
     return $this;
 }
Example #9
0
 public function __construct(AssinarDTO $dto)
 {
     $this->dto = $dto;
     $this->uri = '/v2/Assinar';
     parent::__construct();
     return $this;
 }
Example #10
0
 public function __construct()
 {
     $this->dto = $dto;
     $this->uri = '/v1/CEP';
     parent::__construct();
     return $this;
 }
Example #11
0
 public function __construct()
 {
     $this->uri = '/v1/Tarifa';
     parent::__construct();
     return $this;
 }
 public function __construct()
 {
     $this->uri = '/v1/ConsultarBoleto';
     parent::__construct();
     return $this;
 }
Example #13
0
 public function __construct()
 {
     $this->uri = '/v1/CreditoSMS';
     parent::__construct();
     return $this;
 }
Example #14
0
 public function __construct()
 {
     $this->uri = '/v1/Extrato';
     parent::__construct();
     return $this;
 }
Example #15
0
 public function __construct()
 {
     $this->uri = '/v1/PacotesSMS';
     parent::__construct();
     return $this;
 }