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
$bankAddress
private
string
$bankAddress
$bankCountryCode
private
string
$bankCountryCode
$bankCountryId
private
int
$bankCountryId
$bankName
private
string
$bankName
$beneficiary
private
string
$beneficiary
$bic
private
string
$bic
$clientId
private
int
$clientId
$iban
private
string
$iban
$label
private
string|null
$label
$optionId
private
int
$optionId
$paymentProcedureType
private
mixed
$paymentProcedureType
$reportCountryCode
private
string
$reportCountryCode
$reportCountryId
private
int
$reportCountryId
$textId
private
string
$textId
Methods
fromSetting()
public
static fromSetting(BankingDetailSetting $bds) : ClientBankingDetail
Parameters
- $bds : BankingDetailSetting
Return values
ClientBankingDetailgetBankAddress()
Get the value of bankAddress
public
getBankAddress() : string
Return values
stringgetBankCountryCode()
Get the value of bankCountryCode
public
getBankCountryCode() : string
Return values
stringgetBankCountryId()
Get the value of bankCountryId
public
getBankCountryId() : int
Return values
intgetBankName()
Get the value of bankName
public
getBankName() : string
Return values
stringgetBeneficiary()
Get the value of beneficiary
public
getBeneficiary() : string
Return values
stringgetBic()
Get the value of bic
public
getBic() : string
Return values
stringgetClientId()
Get the value of clientId
public
getClientId() : int
Return values
intgetIban()
Get the value of iban
public
getIban() : string
Return values
stringgetLabel()
Get the value of label
public
getLabel() : string|null
Return values
string|nullgetOptionId()
Get the value of optionId
public
getOptionId() : int
Return values
intgetPaymentProcedureType()
public
getPaymentProcedureType() : mixed
getReportCountryCode()
Get the value of reportCountryCode
public
getReportCountryCode() : string
Return values
stringgetReportCountryId()
Get the value of reportCountryId
public
getReportCountryId() : int
Return values
intgetTextId()
Get the value of textId
public
getTextId() : string
Return values
stringjsonSerialize()
public
jsonSerialize() : mixed
setBankAddress()
Set the value of bankAddress
public
setBankAddress(string $bankAddress) : self
Parameters
- $bankAddress : string
Return values
selfsetBankCountryCode()
Set the value of bankCountryCode
public
setBankCountryCode(string $bankCountryCode) : self
Parameters
- $bankCountryCode : string
Return values
selfsetBankCountryId()
Set the value of bankCountryId
public
setBankCountryId(int $bankCountryId) : self
Parameters
- $bankCountryId : int
Return values
selfsetBankName()
Set the value of bankName
public
setBankName(string $bankName) : self
Parameters
- $bankName : string
Return values
selfsetBeneficiary()
Set the value of beneficiary
public
setBeneficiary(string $beneficiary) : self
Parameters
- $beneficiary : string
Return values
selfsetBic()
Set the value of bic
public
setBic(string $bic) : self
Parameters
- $bic : string
Return values
selfsetClientId()
Set the value of clientId
public
setClientId(int $clientId) : self
Parameters
- $clientId : int
Return values
selfsetIban()
Set the value of iban
public
setIban(string $iban) : self
Parameters
- $iban : string
Return values
selfsetLabel()
Set the value of label
public
setLabel(string|null $label) : self
Parameters
- $label : string|null
Return values
selfsetOptionId()
Set the value of optionId
public
setOptionId(int $optionId) : self
Parameters
- $optionId : int
Return values
selfsetPaymentProcedureType()
public
setPaymentProcedureType(mixed $paymentProcedureType) : void
Parameters
- $paymentProcedureType : mixed
setReportCountryCode()
Set the value of reportCountryCode
public
setReportCountryCode(string $reportCountryCode) : self
Parameters
- $reportCountryCode : string
Return values
selfsetReportCountryId()
Set the value of reportCountryId
public
setReportCountryId(int $reportCountryId) : self
Parameters
- $reportCountryId : int
Return values
selfsetTextId()
Set the value of textId
public
setTextId(string $textId) : self
Parameters
- $textId : string