Documentation

BillingAttribute extends Base
in package

Class BillingAttribute.

Table of Contents

$customerBillingId  : int
$id  : int
$text1  : string
$text2  : string
$text3  : string
$text4  : string
$text5  : string
$text6  : string
getArrayCopy()  : array<string|int, mixed>
Gets the attributes of this entity.
getCustomerBillingId()  : int
getId()  : int
getText1()  : string
getText2()  : string
getText3()  : string
getText4()  : string
getText5()  : string
getText6()  : string
setCustomerBillingId()  : BillingAttribute
setEntityAttributes()  : $this
Sets the attributes of this entity.
setId()  : BillingAttribute
setText1()  : BillingAttribute
setText2()  : BillingAttribute
setText3()  : BillingAttribute
setText4()  : BillingAttribute
setText5()  : BillingAttribute
setText6()  : BillingAttribute

Properties

Methods

getArrayCopy()

Gets the attributes of this entity.

public getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed>

getCustomerBillingId()

public getCustomerBillingId() : int
Return values
int

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