WithdrawalOrder
in package
implements
WithdrawalOrderInterface
Class WithdrawalOrder
Tags
Interfaces, Classes and Traits
- WithdrawalOrderInterface
- Interface WithdrawalOrderInterface
Table of Contents
- $customerCity : string
- $customerCountry : string
- $customerEmail : string
- $customerFirstName : string
- $customerGender : StringType
- $customerId : int
- $customerLastName : string
- $customerPostCode : int
- $customerStreetAddress : string
- $deliveryDate : DateTime
- $orderDate : DateTime
- $orderId : int
- __construct() : mixed
- WithdrawalOrder constructor.
- 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.
Properties
$customerCity
protected
string
$customerCity
$customerCountry
protected
string
$customerCountry
$customerEmail
protected
string
$customerEmail
$customerFirstName
protected
string
$customerFirstName
$customerGender
protected
StringType
$customerGender
$customerId
protected
int
$customerId
$customerLastName
protected
string
$customerLastName
$customerPostCode
protected
int
$customerPostCode
$customerStreetAddress
protected
string
$customerStreetAddress
$deliveryDate
protected
DateTime
$deliveryDate
$orderDate
protected
DateTime
$orderDate
$orderId
protected
int
$orderId
Methods
__construct()
WithdrawalOrder constructor.
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) : mixed
Parameters
- $orderId : IntType
- $customerId : IntType
- $customerGender : StringType
- $customerFirstName : StringType
- $customerLastName : StringType
- $customerStreetAddress : StringType
- $customerPostCode : IntType
- $customerCity : StringType
- $customerCountry : StringType
- $customerEmail : StringType
- $orderDate : DateTime
- $deliveryDate : DateTime
Return values
mixed —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.
getCustomerId()
Returns the customer id.
public
getCustomerId() : int
Return values
int —The customer id.
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.
getDeliveryDate()
Returns the delivery datetime.
public
getDeliveryDate() : DateTime
Return values
DateTime —getOrderDate()
Returns the order datetime.
public
getOrderDate() : DateTime
Return values
DateTime —getOrderId()
Returns the order id.
public
getOrderId() : int
Return values
int —The order id.