Stripe\Response\LegalEntity\DOBResponse::setMonth PHP Method

setMonth() public method

public setMonth ( integer $month ) : DOBResponse
$month integer
return DOBResponse
    public function setMonth($month)
    {
        $this->month = $month;
        return $this;
    }