Interface WithdrawalOrderInterface

Interface WithdrawalOrderInterface

Direct known implementers

WithdrawalOrder

Methods summary

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.