PayPal\Api\RefundDetail::setDate PHP Method

setDate() public method

Date on which the invoice was refunded. Date format: yyyy-MM-dd z. For example, 2014-02-27 PST.
public setDate ( string $date )
$date string
    public function setDate($date)
    {
        $this->date = $date;
        return $this;
    }