Debit
extends Base
in package
Class Debit.
Table of Contents
- $account : string
- $accountHolder : string
- $bankCode : string
- $bankName : string
- $customerId : int
- $id : int
- getAccount() : string
- getAccountHolder() : string
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getBankCode() : string
- getBankName() : string
- getCustomerId() : int
- getId() : int
- setAccount() : Debit
- setAccountHolder() : Debit
- setBankCode() : Debit
- setBankName() : Debit
- setCustomerId() : Debit
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setId() : Debit
Properties
$account
protected
string
$account
$accountHolder
protected
string
$accountHolder
$bankCode
protected
string
$bankCode
$bankName
protected
string
$bankName
$customerId
protected
int
$customerId
$id
protected
int
$id
Methods
getAccount()
public
getAccount() : string
Return values
string —getAccountHolder()
public
getAccountHolder() : 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 —getCustomerId()
public
getCustomerId() : int
Return values
int —getId()
public
getId() : int
Return values
int —setAccount()
public
setAccount(string $account) : Debit
Parameters
- $account : string
Return values
Debit —setAccountHolder()
public
setAccountHolder(string $accountHolder) : Debit
Parameters
- $accountHolder : string
Return values
Debit —setBankCode()
public
setBankCode(string $bankCode) : Debit
Parameters
- $bankCode : string
Return values
Debit —setBankName()
public
setBankName(string $bankName) : Debit
Parameters
- $bankName : string
Return values
Debit —setCustomerId()
public
setCustomerId(int $customerId) : Debit
Parameters
- $customerId : int
Return values
Debit —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) : Debit
Parameters
- $id : int