PayPal\Api\RefundDetail::setType PHP Method

setType() public method

Valid Values: ["PAYPAL", "EXTERNAL"]
public setType ( string $type )
$type string
    public function setType($type)
    {
        $this->type = $type;
        return $this;
    }