Stripe\Response\LegalEntity\DOBResponse::setMonth PHP Метод

setMonth() публичный Метод

public setMonth ( integer $month ) : DOBResponse
$month integer
Результат DOBResponse
    public function setMonth($month)
    {
        $this->month = $month;
        return $this;
    }