Class WithdrawalOrder
Class WithdrawalOrder
- WithdrawalOrder implements WithdrawalOrderInterface
Package: Withdrawal\ValueObjects
Category: System
Located at Services/Core/Withdrawal/ValueObjects/WithdrawalOrder.inc.php
Category: System
Located at Services/Core/Withdrawal/ValueObjects/WithdrawalOrder.inc.php
Methods summary
public
__construct( IntType $orderId, IntType $customerId, StringType $customerGender, StringType $customerFirstName, StringType $customerLastName, StringType $customerStreetAddress, IntType $customerPostCode, StringType $customerCity, StringType $customerCountry, StringType $customerEmail, DateTime $orderDate, DateTime $deliveryDate )
WithdrawalOrder constructor.