Class WithdrawalOrder

Class WithdrawalOrder

WithdrawalOrder implements WithdrawalOrderInterface

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.

public getOrderId( void ) : integer

Returns the order id.

public getCustomerId( void ) : integer

Returns the customer id.

public getCustomerGender( void ) : string

Returns the customer gender.

public getCustomerFirstName( void ) : string

Returns the customer first name.

public getCustomerLastName( void ) : string

Returns the customer last name.

public getCustomerStreetAddress( void ) : string

Returns the customer street address.

public getCustomerPostCode( void ) : integer

Returns the customer post code.

public getCustomerCity( void ) : string

Returns the customer city.

public getCustomerCountry( void ) : string

Returns the customer country.

public getCustomerEmail( void ) : string

Returns the customer Email.

public getOrderDate( void ) : DateTime

Returns the order datetime.

public getDeliveryDate( void ) : DateTime

Returns the delivery datetime.

Properties summary

protected $orderId : integer

		
protected $customerId : integer

		
protected $customerFirstName : string

		
protected $customerLastName : string

		
protected $customerStreetAddress : string

		
protected $customerPostCode : integer

		
protected $customerCity : string

		
protected $customerCountry : string

		
protected $customerEmail : string

		
protected $orderDate : DateTime

		
protected $deliveryDate : DateTime