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
$attribute
protected
array<string|int, BillingAttribute>
$attribute
$birthday
protected
string
$birthday
$city
protected
string
$city
$company
protected
string
$company
$countryId
protected
int
$countryId
$customerId
protected
int
$customerId
$department
protected
string
$department
$fax
protected
string
$fax
$firstName
protected
string
$firstName
$id
protected
int
$id
$lastName
protected
string
$lastName
$number
protected
string
$number
$phone
protected
string
$phone
$salutation
protected
string
$salutation
$stateId
protected
int
$stateId
$street
protected
string
$street
$streetNumber
protected
string
$streetNumber
$vatId
protected
int
$vatId
$zipCode
protected
string
$zipCode
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getAttributes()
public
getAttributes() : array<string|int, BillingAttribute>
Return values
array<string|int, BillingAttribute> —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 —setAttributes()
public
setAttributes(array<string|int, BillingAttribute> $attribute) : Billing
Parameters
- $attribute : array<string|int, BillingAttribute>
Return values
Billing —setBirthday()
public
setBirthday(string $birthday) : Billing
Parameters
- $birthday : string
Return values
Billing —setCity()
public
setCity(string $city) : Billing
Parameters
- $city : 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 —setFax()
public
setFax(string $fax) : Billing
Parameters
- $fax : string
Return values
Billing —setFirstName()
public
setFirstName(string $firstName) : Billing
Parameters
- $firstName : string
Return values
Billing —setId()
public
setId(int $id) : Billing
Parameters
- $id : int
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 —setVatId()
public
setVatId(int $vatId) : Billing
Parameters
- $vatId : int
Return values
Billing —setZipCode()
public
setZipCode(string $zipCode) : Billing
Parameters
- $zipCode : string