PHP Class Dumplie\CustomerService\Application\Command\CreatePayment

Inheritance: implements Dumplie\SharedKernel\Application\Command\Command, use trait Dumplie\SharedKernel\Application\Command\CommandSerialize
Afficher le fichier Open project: dumplie/dumplie Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $orderId, string $paymentId )
orderId ( ) : string
paymentId ( ) : string

Method Details

__construct() public méthode

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

orderId() public méthode

public orderId ( ) : string
Résultat string

paymentId() public méthode

public paymentId ( ) : string
Résultat string