Dumplie\CustomerService\Application\Command\CreatePayment::__construct PHP Method

__construct() public method

public __construct ( string $orderId, string $paymentId )
$orderId string
$paymentId string
    public function __construct(string $orderId, string $paymentId)
    {
        $this->orderId = $orderId;
        $this->paymentId = $paymentId;
    }