phpDocumentor

WithdrawalOrderInterface

Interface WithdrawalOrderInterface

Tags
category

System

subpackage

ValueObjects

Table of Contents

getCustomerCity()  : string
Returns the customer city.
getCustomerCountry()  : string
Returns the customer country.
getCustomerEmail()  : string
Returns the customer Email.
getCustomerFirstName()  : string
Returns the customer first name.
getCustomerGender()  : string
Returns the customer gender.
getCustomerId()  : int
Returns the customer id.
getCustomerLastName()  : string
Returns the customer last name.
getCustomerPostCode()  : int
Returns the customer post code.
getCustomerStreetAddress()  : string
Returns the customer street address.
getDeliveryDate()  : DateTime
Returns the delivery datetime.
getOrderDate()  : DateTime
Returns the order datetime.
getOrderId()  : int
Returns the order id.

Methods

getCustomerCity()

Returns the customer city.

public getCustomerCity() : string
Return values
string

The customer city.

getCustomerCountry()

Returns the customer country.

public getCustomerCountry() : string
Return values
string

The customer country.

getCustomerEmail()

Returns the customer Email.

public getCustomerEmail() : string
Return values
string

The customer Email.

getCustomerFirstName()

Returns the customer first name.

public getCustomerFirstName() : string
Return values
string

The customer first name.

getCustomerGender()

Returns the customer gender.

public getCustomerGender() : string
Return values
string

The customer gender.

getCustomerLastName()

Returns the customer last name.

public getCustomerLastName() : string
Return values
string

The customer last name.

getCustomerPostCode()

Returns the customer post code.

public getCustomerPostCode() : int
Return values
int

The customer post code.

getCustomerStreetAddress()

Returns the customer street address.

public getCustomerStreetAddress() : string
Return values
string

The customer street address.

Search results