Documentation

ClientBankingDetail
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$bankAddress  : string
$bankCountryCode  : string
$bankCountryId  : int
$bankName  : string
$beneficiary  : string
$bic  : string
$clientId  : int
$iban  : string
$label  : string|null
$optionId  : int
$paymentProcedureType  : mixed
$reportCountryCode  : string
$reportCountryId  : int
$textId  : string

Methods

fromSetting()  : ClientBankingDetail
getBankAddress()  : string
Get the value of bankAddress
getBankCountryCode()  : string
Get the value of bankCountryCode
getBankCountryId()  : int
Get the value of bankCountryId
getBankName()  : string
Get the value of bankName
getBeneficiary()  : string
Get the value of beneficiary
getBic()  : string
Get the value of bic
getClientId()  : int
Get the value of clientId
getIban()  : string
Get the value of iban
getLabel()  : string|null
Get the value of label
getOptionId()  : int
Get the value of optionId
getPaymentProcedureType()  : mixed
getReportCountryCode()  : string
Get the value of reportCountryCode
getReportCountryId()  : int
Get the value of reportCountryId
getTextId()  : string
Get the value of textId
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
setClientId()  : self
Set the value of clientId
setIban()  : self
Set the value of iban
setLabel()  : self
Set the value of label
setOptionId()  : self
Set the value of optionId
setPaymentProcedureType()  : void
setReportCountryCode()  : self
Set the value of reportCountryCode
setReportCountryId()  : self
Set the value of reportCountryId
setTextId()  : self
Set the value of textId

Properties

Methods

getBankAddress()

Get the value of bankAddress

public getBankAddress() : string
Return values
string

getBankCountryCode()

Get the value of bankCountryCode

public getBankCountryCode() : string
Return values
string

getBankCountryId()

Get the value of bankCountryId

public getBankCountryId() : int
Return values
int

getBankName()

Get the value of bankName

public getBankName() : string
Return values
string

getBeneficiary()

Get the value of beneficiary

public getBeneficiary() : string
Return values
string

getClientId()

Get the value of clientId

public getClientId() : int
Return values
int

getLabel()

Get the value of label

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

getOptionId()

Get the value of optionId

public getOptionId() : int
Return values
int

getReportCountryCode()

Get the value of reportCountryCode

public getReportCountryCode() : string
Return values
string

getReportCountryId()

Get the value of reportCountryId

public getReportCountryId() : int
Return values
int

getTextId()

Get the value of textId

public getTextId() : string
Return values
string

setBankAddress()

Set the value of bankAddress

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

setBankCountryCode()

Set the value of bankCountryCode

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

setBankCountryId()

Set the value of bankCountryId

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

setBankName()

Set the value of bankName

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

setBeneficiary()

Set the value of beneficiary

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

setBic()

Set the value of bic

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

setClientId()

Set the value of clientId

public setClientId(int $clientId) : self
Parameters
$clientId : int
Return values
self

setIban()

Set the value of iban

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

setLabel()

Set the value of label

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

setOptionId()

Set the value of optionId

public setOptionId(int $optionId) : self
Parameters
$optionId : int
Return values
self

setPaymentProcedureType()

public setPaymentProcedureType(mixed $paymentProcedureType) : void
Parameters
$paymentProcedureType : mixed

setReportCountryCode()

Set the value of reportCountryCode

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

setReportCountryId()

Set the value of reportCountryId

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

setTextId()

Set the value of textId

public setTextId(string $textId) : self
Parameters
$textId : string
Return values
self

        
On this page

Search results