Documentation

Shipping extends Base
in package

Class Shipping.

Table of Contents

$attribute  : ShippingAttribute
$city  : string
$company  : string
$countryId  : int
$customerId  : int
$department  : string
$firstName  : string
$id  : int
$lastName  : string
$number  : string
$salutation  : string
$stateId  : int
$street  : string
$streetNumber  : string
$zipCode  : string
getArrayCopy()  : array<string|int, mixed>
Gets the attributes of this entity.
getAttribute()  : ShippingAttribute
getCity()  : string
getCompany()  : string
getCountryId()  : int
getCustomerId()  : int
getDepartment()  : string
getFirstName()  : string
getId()  : int
getLastName()  : string
getNumber()  : string
getSalutation()  : string
getStateId()  : int
getStreet()  : string
getStreetNumber()  : string
getZipCode()  : string
setAttribute()  : Shipping
setCity()  : Shipping
setCompany()  : Shipping
setCountryId()  : Shipping
setCustomerId()  : Shipping
setDepartment()  : Shipping
setEntityAttributes()  : $this
Sets the attributes of this entity.
setFirstName()  : Shipping
setId()  : Shipping
setLastName()  : Shipping
setNumber()  : Shipping
setSalutation()  : Shipping
setStateId()  : Shipping
setStreet()  : Shipping
setStreetNumber()  : Shipping
setZipCode()  : Shipping

Properties

$department

protected string $department

$salutation

protected string $salutation

$streetNumber

protected string $streetNumber

Methods

getArrayCopy()

Gets the attributes of this entity.

public getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed>

getCity()

public getCity() : string
Return values
string

getCompany()

public getCompany() : string
Return values
string

getCountryId()

public getCountryId() : int
Return values
int

getCustomerId()

public getCustomerId() : int
Return values
int

getDepartment()

public getDepartment() : string
Return values
string

getFirstName()

public getFirstName() : string
Return values
string

getId()

public getId() : int
Return values
int

getLastName()

public getLastName() : string
Return values
string

getNumber()

public getNumber() : string
Return values
string

getSalutation()

public getSalutation() : string
Return values
string

getStateId()

public getStateId() : int
Return values
int

getStreet()

public getStreet() : string
Return values
string

getStreetNumber()

public getStreetNumber() : string
Return values
string

getZipCode()

public getZipCode() : string
Return values
string

setCustomerId()

public setCustomerId(int $customerId) : Shipping
Parameters
$customerId : int
Return values
Shipping

setDepartment()

public setDepartment(string $department) : Shipping
Parameters
$department : string
Return values
Shipping

setEntityAttributes()

Sets the attributes of this entity.

public setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
$attributes : array<string|int, mixed>
Return values
$this

setFirstName()

public setFirstName(string $firstName) : Shipping
Parameters
$firstName : string
Return values
Shipping

setLastName()

public setLastName(string $lastName) : Shipping
Parameters
$lastName : string
Return values
Shipping

setSalutation()

public setSalutation(string $salutation) : Shipping
Parameters
$salutation : string
Return values
Shipping

setStreetNumber()

public setStreetNumber(string $streetNumber) : Shipping
Parameters
$streetNumber : string
Return values
Shipping

Search results