Api\StructType\ApiExpiryDate::__construct PHP Method

__construct() public method

Constructor method for expiryDate
public __construct ( string $month = null, string $year = null )
$month string
$year string
    public function __construct($month = null, $year = null)
    {
        $this->setMonth($month)->setYear($year);
    }