Exemplo n.º 1
0
 /**
  * Set the card type.
  *
  * @param  string  $type
  *
  * @return self
  */
 public function setType($type)
 {
     $this->card->setType($type);
     return $this;
 }