Documentation

PaymentInstance extends Base
in package

Class PaymentInstance.

Table of Contents

$accountHolder  : string
$accountNumber  : string
$address  : string
$amount  : string
$bankCode  : string
$bankName  : string
$bic  : string
$city  : string
$createdAt  : string
$firstName  : string
$iban  : string
$id  : int
$lastName  : string
$zipCode  : string
getAccountHolder()  : string
getAccountNumber()  : string
getAddress()  : string
getAmount()  : string
getArrayCopy()  : array<string|int, mixed>
Gets the attributes of this entity.
getBankCode()  : string
getBankName()  : string
getBic()  : string
getCity()  : string
getCreatedAt()  : string
getFirstName()  : string
getIban()  : string
getId()  : int
getLastName()  : string
getZipCode()  : string
setAccountHolder()  : PaymentInstance
setAccountNumber()  : PaymentInstance
setAddress()  : PaymentInstance
setAmount()  : PaymentInstance
setBankCode()  : PaymentInstance
setBankName()  : PaymentInstance
setBic()  : PaymentInstance
setCity()  : PaymentInstance
setCreatedAt()  : PaymentInstance
setEntityAttributes()  : $this
Sets the attributes of this entity.
setFirstName()  : PaymentInstance
setIban()  : PaymentInstance
setId()  : PaymentInstance
setLastName()  : PaymentInstance
setZipCode()  : PaymentInstance

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

getCreatedAt()

public getCreatedAt() : string
Return values
string

getFirstName()

public getFirstName() : string
Return values
string

getLastName()

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