Documentation

Billing extends Base
in package

Class Billing.

Table of Contents

$attribute  : array<string|int, BillingAttribute>
$birthday  : string
$city  : string
$company  : string
$countryId  : int
$customerId  : int
$department  : string
$fax  : string
$firstName  : string
$id  : int
$lastName  : string
$number  : string
$phone  : string
$salutation  : string
$stateId  : int
$street  : string
$streetNumber  : string
$vatId  : int
$zipCode  : string
getArrayCopy()  : array<string|int, mixed>
Gets the attributes of this entity.
getAttributes()  : array<string|int, BillingAttribute>
getBirthday()  : string
getCity()  : string
getCompany()  : string
getCountryId()  : int
getCustomerId()  : int
getDepartment()  : string
getFax()  : string
getFirstName()  : string
getId()  : int
getLastName()  : string
getNumber()  : string
getPhone()  : string
getSalutation()  : string
getStateId()  : int
getStreet()  : string
getStreetNumber()  : string
getVatId()  : int
getZipCode()  : string
setAttributes()  : Billing
setBirthday()  : Billing
setCity()  : Billing
setCompany()  : Billing
setCountryId()  : Billing
setCustomerId()  : Billing
setDepartment()  : Billing
setEntityAttributes()  : $this
Sets the attributes of this entity.
setFax()  : Billing
setFirstName()  : Billing
setId()  : Billing
setLastName()  : Billing
setNumber()  : Billing
setPhone()  : Billing
setSalutation()  : Billing
setStateId()  : Billing
setStreet()  : Billing
setStreetNumber()  : Billing
setVatId()  : Billing
setZipCode()  : Billing

Properties

$birthday

protected string $birthday

$customerId

protected int $customerId

$department

protected string $department

$firstName

protected string $firstName

$lastName

protected string $lastName

$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>

getBirthday()

public getBirthday() : string
Return values
string

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

getFax()

public getFax() : 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

getPhone()

public getPhone() : 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

getVatId()

public getVatId() : int
Return values
int

getZipCode()

public getZipCode() : string
Return values
string

setBirthday()

public setBirthday(string $birthday) : Billing
Parameters
$birthday : string
Return values
Billing

setCompany()

public setCompany(string $company) : Billing
Parameters
$company : string
Return values
Billing

setCountryId()

public setCountryId(int $countryId) : Billing
Parameters
$countryId : int
Return values
Billing

setCustomerId()

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

setDepartment()

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

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) : Billing
Parameters
$firstName : string
Return values
Billing

setLastName()

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

setNumber()

public setNumber(string $number) : Billing
Parameters
$number : string
Return values
Billing

setPhone()

public setPhone(string $phone) : Billing
Parameters
$phone : string
Return values
Billing

setSalutation()

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

setStateId()

public setStateId(int $stateId) : Billing
Parameters
$stateId : int
Return values
Billing

setStreet()

public setStreet(string $street) : Billing
Parameters
$street : string
Return values
Billing

setStreetNumber()

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

setZipCode()

public setZipCode(string $zipCode) : Billing
Parameters
$zipCode : string
Return values
Billing

Search results