Dumplie\CustomerService\Application\Command\RefundOrder::__construct PHP 메소드

__construct() 공개 메소드

RefundOrder constructor.
public __construct ( string $orderId )
$orderId string
    public function __construct(string $orderId)
    {
        $this->orderId = $orderId;
    }