Documentation

BankingDetailOption
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$bankAddress  : string|null
$bankCountryCode  : string|null
$bankCountryId  : int|null
$bankName  : string|null
$beneficiary  : string|null
$bic  : string|null
$iban  : string|null
$id  : int
$label  : string|null
$reportCountryCode  : string|null
$reportCountryId  : int|null

Methods

fromModel()  : mixed
getBankAddress()  : string|null
Get the value of bankAddress
getBankCountryCode()  : string|null
Get the value of bankCountryCode
getBankCountryId()  : int|null
Get the value of bankCountryId
getBankName()  : string|null
Get the value of bankName
getBeneficiary()  : string|null
Get the value of beneficiary
getBic()  : string|null
Get the value of bic
getIban()  : string|null
Get the value of iban
getId()  : int
Get the value of id
getLabel()  : string|null
Get the value of label
getReportCountryCode()  : string|null
Get the value of reportCountryCode
getReportCountryId()  : int|null
Get the value of reportCountryId
jsonSerialize()  : mixed
setBankAddress()  : self
Set the value of bankAddress
setBankCountryCode()  : self
Set the value of bankCountryCode
setBankCountryId()  : self
Set the value of bankCountryId
setBankName()  : self
Set the value of bankName
setBeneficiary()  : self
Set the value of beneficiary
setBic()  : self
Set the value of bic
setIban()  : self
Set the value of iban
setId()  : self
Set the value of id
setLabel()  : self
Set the value of label
setReportCountryCode()  : self
Set the value of reportCountryCode
setReportCountryId()  : self
Set the value of reportCountryId
serializeValueWithEditableParam()  : mixed

Properties

Methods

getBankAddress()

Get the value of bankAddress

public getBankAddress() : string|null
Return values
string|null

getBankCountryCode()

Get the value of bankCountryCode

public getBankCountryCode() : string|null
Return values
string|null

getBankCountryId()

Get the value of bankCountryId

public getBankCountryId() : int|null
Return values
int|null

getBankName()

Get the value of bankName

public getBankName() : string|null
Return values
string|null

getBeneficiary()

Get the value of beneficiary

public getBeneficiary() : string|null
Return values
string|null

getBic()

Get the value of bic

public getBic() : string|null
Return values
string|null

getIban()

Get the value of iban

public getIban() : string|null
Return values
string|null

getLabel()

Get the value of label

public getLabel() : string|null
Return values
string|null

getReportCountryCode()

Get the value of reportCountryCode

public getReportCountryCode() : string|null
Return values
string|null

getReportCountryId()

Get the value of reportCountryId

public getReportCountryId() : int|null
Return values
int|null

setBankAddress()

Set the value of bankAddress

public setBankAddress(string|null $bankAddress) : self
Parameters
$bankAddress : string|null
Return values
self

setBankCountryCode()

Set the value of bankCountryCode

public setBankCountryCode(string|null $bankCountryCode) : self
Parameters
$bankCountryCode : string|null
Return values
self

setBankCountryId()

Set the value of bankCountryId

public setBankCountryId(int|null $bankCountryId) : self
Parameters
$bankCountryId : int|null
Return values
self

setBankName()

Set the value of bankName

public setBankName(string|null $bankName) : self
Parameters
$bankName : string|null
Return values
self

setBeneficiary()

Set the value of beneficiary

public setBeneficiary(string|null $beneficiary) : self
Parameters
$beneficiary : string|null
Return values
self

setBic()

Set the value of bic

public setBic(string|null $bic) : self
Parameters
$bic : string|null
Return values
self

setIban()

Set the value of iban

public setIban(string|null $iban) : self
Parameters
$iban : string|null
Return values
self

setId()

Set the value of id

public setId(int $id) : self
Parameters
$id : int
Return values
self

setLabel()

Set the value of label

public setLabel(string|null $label) : self
Parameters
$label : string|null
Return values
self

setReportCountryCode()

Set the value of reportCountryCode

public setReportCountryCode(string|null $reportCountryCode) : self
Parameters
$reportCountryCode : string|null
Return values
self

setReportCountryId()

Set the value of reportCountryId

public setReportCountryId(int|null $reportCountryId) : self
Parameters
$reportCountryId : int|null
Return values
self

serializeValueWithEditableParam()

private serializeValueWithEditableParam(mixed $value) : mixed
Parameters
$value : mixed

        
On this page

Search results