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
$customerBillingId
protected
int
$customerBillingId
$id
protected
int
$id
$text1
protected
string
$text1
$text2
protected
string
$text2
$text3
protected
string
$text3
$text4
protected
string
$text4
$text5
protected
string
$text5
$text6
protected
string
$text6
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 —getId()
public
getId() : int
Return values
int —getText1()
public
getText1() : string
Return values
string —getText2()
public
getText2() : string
Return values
string —getText3()
public
getText3() : string
Return values
string —getText4()
public
getText4() : string
Return values
string —getText5()
public
getText5() : string
Return values
string —getText6()
public
getText6() : string
Return values
string —setCustomerBillingId()
public
setCustomerBillingId(int $customerBillingId) : BillingAttribute
Parameters
- $customerBillingId : int
Return values
BillingAttribute —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) : BillingAttribute
Parameters
- $id : int
Return values
BillingAttribute —setText1()
public
setText1(string $text1) : BillingAttribute
Parameters
- $text1 : string
Return values
BillingAttribute —setText2()
public
setText2(string $text2) : BillingAttribute
Parameters
- $text2 : string
Return values
BillingAttribute —setText3()
public
setText3(string $text3) : BillingAttribute
Parameters
- $text3 : string
Return values
BillingAttribute —setText4()
public
setText4(string $text4) : BillingAttribute
Parameters
- $text4 : string
Return values
BillingAttribute —setText5()
public
setText5(string $text5) : BillingAttribute
Parameters
- $text5 : string
Return values
BillingAttribute —setText6()
public
setText6(string $text6) : BillingAttribute
Parameters
- $text6 : string