Api\StructType\ApiExpiryDate::getMonth PHP 메소드

getMonth() 공개 메소드

Get month value
public getMonth ( ) : string
리턴 string
    public function getMonth()
    {
        return $this->month;
    }