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
$city
protected
string
$city
$firstname
protected
string
$firstname
$id
protected
int
$id
$lastname
protected
string
$lastname
$street
protected
string
$street
$zipcode
protected
string
$zipcode
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 —getId()
public
getId() : int
Return values
int —getLastName()
public
getLastName() : string
Return values
string —getStreet()
public
getStreet() : string
Return values
string —getZipcode()
public
getZipcode() : string
Return values
string —setCity()
public
setCity( $city) : OrderBilling
Parameters
Return values
OrderBilling —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) : OrderBilling
Parameters
- $firstname : string
Return values
OrderBilling —setId()
public
setId(int $id) : OrderBilling
Parameters
- $id : int
Return values
OrderBilling —setLastName()
public
setLastName(string $lastname) : OrderBilling
Parameters
- $lastname : string
Return values
OrderBilling —setStreet()
public
setStreet( $street) : OrderBilling
Parameters
Return values
OrderBilling —setZipcode()
public
setZipcode( $zipcode) : OrderBilling