PayPal\Api\CreditCardToken::setType PHP Method

setType() public method

Credit card type. Valid types are: visa, mastercard, discover, amex. Values are presented in lowercase and not should not be used for display.
public setType ( string $type )
$type string
    public function setType($type)
    {
        $this->type = $type;
        return $this;
    }