PHP Class Dumplie\CustomerService\Application\Command\CreatePayment

Inheritance: implements Dumplie\SharedKernel\Application\Command\Command, use trait Dumplie\SharedKernel\Application\Command\CommandSerialize
Datei anzeigen Open project: dumplie/dumplie Class Usage Examples

Public Methods

Method Description
__construct ( string $orderId, string $paymentId )
orderId ( ) : string
paymentId ( ) : string

Method Details

__construct() public method

public __construct ( string $orderId, string $paymentId )
$orderId string
$paymentId string

orderId() public method

public orderId ( ) : string
return string

paymentId() public method

public paymentId ( ) : string
return string