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

getMonth() public method

public getMonth ( ) : integer
return integer
    public function getMonth()
    {
        return $this->month;
    }