Api\StructType\ApiExpiryDate::getMonth PHP Méthode

getMonth() public méthode

Get month value
public getMonth ( ) : string
Résultat string
    public function getMonth()
    {
        return $this->month;
    }