Documentation

PaymentData extends Base
in package

Class PaymentData.

Table of Contents

$accountHolder  : string
$accountNumber  : string
$bankCode  : string
$bankName  : string
$bic  : string
$createdAt  : string
$iban  : string
$id  : int
$paymentMeanId  : int
$useBillingData  : string
getAccountHolder()  : string
getAccountNumber()  : string
getArrayCopy()  : array<string|int, mixed>
Gets the attributes of this entity.
getBankCode()  : string
getBankName()  : string
getBic()  : string
getCreatedAt()  : string
getIban()  : string
getId()  : int
getPaymentMeanId()  : int
getUseBillingData()  : string
setAccountHolder()  : PaymentData
setAccountNumber()  : PaymentData
setBankCode()  : PaymentData
setBankName()  : PaymentData
setBic()  : PaymentData
setCreatedAt()  : PaymentData
setEntityAttributes()  : $this
Sets the attributes of this entity.
setIban()  : PaymentData
setId()  : PaymentData
setPaymentMeanId()  : PaymentData
setUseBillingData()  : PaymentData

Properties

Methods

getAccountHolder()

public getAccountHolder() : string
Return values
string

getAccountNumber()

public getAccountNumber() : string
Return values
string

getArrayCopy()

Gets the attributes of this entity.

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

getBankCode()

public getBankCode() : string
Return values
string

getBankName()

public getBankName() : string
Return values
string

getBic()

public getBic() : string
Return values
string

getCreatedAt()

public getCreatedAt() : string
Return values
string

getIban()

public getIban() : string
Return values
string

getPaymentMeanId()

public getPaymentMeanId() : int
Return values
int

getUseBillingData()

public getUseBillingData() : string
Return values
string

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