Documentation

EntryBankingDetail
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$bankAddress  : string
$bankCountry  : Country
$bankName  : string
$beneficiary  : string
$bic  : string
$clientId  : int
$iban  : string
$label  : string|null
$optionId  : int
$payment_procedure_type  : PaymentProcedureType
$referenceNumber  : string|null
$reportCountry  : Country

Methods

__construct()  : mixed
getBankAddress()  : string
Get the value of bankAddress
getBankCountry()  : Country
Get the value of bankCountry
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()  : PaymentProcedureType
getReferenceNumber()  : string|null
Get $referenceNumber
getReportCountry()  : Country
Get the value of reportCountry
jsonSerialize()  : array<string|int, mixed>
setBankAddress()  : self
Set the value of bankAddress
setBankCountry()  : self
Set the value of bankCountry
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
setReferenceNumber()  : self
Set $referenceNumber
setReportCountry()  : self
Set the value of reportCountry

Properties

Methods

getBankAddress()

Get the value of bankAddress

public getBankAddress() : string
Return values
string

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

getReferenceNumber()

Get $referenceNumber

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

jsonSerialize()

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

setBankAddress()

Set the value of bankAddress

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

setBankCountry()

Set the value of bankCountry

public setBankCountry(Country $bankCountry) : self
Parameters
$bankCountry : Country
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

setReferenceNumber()

Set $referenceNumber

public setReferenceNumber(string|null $referenceNumber) : self
Parameters
$referenceNumber : string|null

$referenceNumber

Return values
self

setReportCountry()

Set the value of reportCountry

public setReportCountry(Country $reportCountry) : self
Parameters
$reportCountry : Country
Return values
self

        
On this page

Search results