CustomerDefaultBillingAddress
extends Base
in package
Class CustomerDefaultBillingAddress.
Table of Contents
- $city : string
- $id : int
- $street : string
- $zipcode : string
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getCity() : string
- getId() : int
- getStreet() : string
- getZipcode() : string
- setCity() : CustomerDefaultBillingAddress
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setId() : CustomerDefaultBillingAddress
- setStreet() : CustomerDefaultBillingAddress
- setZipcode() : CustomerDefaultBillingAddress
Properties
$city
protected
string
$city
$id
protected
int
$id
$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 —getId()
public
getId() : int
Return values
int —getStreet()
public
getStreet() : string
Return values
string —getZipcode()
public
getZipcode() : string
Return values
string —setCity()
public
setCity( $city) : CustomerDefaultBillingAddress
Parameters
Return values
CustomerDefaultBillingAddress —setEntityAttributes()
Sets the attributes of this entity.
public
setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
- $attributes : array<string|int, mixed>
Return values
$this —setId()
public
setId(int $id) : CustomerDefaultBillingAddress
Parameters
- $id : int
Return values
CustomerDefaultBillingAddress —setStreet()
public
setStreet( $street) : CustomerDefaultBillingAddress
Parameters
Return values
CustomerDefaultBillingAddress —setZipcode()
public
setZipcode( $zipcode) : CustomerDefaultBillingAddress