Documentation

OrderBilling extends Base
in package

Class OrderBilling.

Table of Contents

$city  : string
$firstname  : string
$id  : int
$lastname  : string
$street  : string
$zipcode  : string
getArrayCopy()  : array<string|int, mixed>
Gets the attributes of this entity.
getCity()  : string
getFirstName()  : string
getId()  : int
getLastName()  : string
getStreet()  : string
getZipcode()  : string
setCity()  : OrderBilling
setEntityAttributes()  : $this
Sets the attributes of this entity.
setFirstName()  : OrderBilling
setId()  : OrderBilling
setLastName()  : OrderBilling
setStreet()  : OrderBilling
setZipcode()  : OrderBilling

Properties

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

getFirstName()

public getFirstName() : string
Return values
string

getLastName()

public getLastName() : string
Return values
string

getStreet()

public getStreet() : string
Return values
string

getZipcode()

public getZipcode() : string
Return values
string

setEntityAttributes()

Sets the attributes of this entity.

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

Search results