WithdrawalOrderInterface

Extends

Interface WithdrawalOrderInterface

category

System

package

Withdrawal

subpackage

ValueObjects

Methods

Returns the customer city.

getCustomerCity() : string

Response

string

The customer city.

Returns the customer country.

getCustomerCountry() : string

Response

string

The customer country.

Returns the customer Email.

getCustomerEmail() : string

Response

string

The customer Email.

Returns the customer first name.

getCustomerFirstName() : string

Response

string

The customer first name.

Returns the customer gender.

getCustomerGender() : string

Response

string

The customer gender.

Returns the customer id.

getCustomerId() : integer

Response

integer

The customer id.

Returns the customer last name.

getCustomerLastName() : string

Response

string

The customer last name.

Returns the customer post code.

getCustomerPostCode() : integer

Response

integer

The customer post code.

Returns the customer street address.

getCustomerStreetAddress() : string

Response

string

The customer street address.

Returns the delivery datetime.

getDeliveryDate() : \DateTime

Response

\DateTime

Returns the order datetime.

getOrderDate() : \DateTime

Response

\DateTime

Returns the order id.

getOrderId() : integer

Response

integer

The order id.