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
$bankAddress
private
string|null
$bankAddress
$bankCountryCode
private
string|null
$bankCountryCode
$bankCountryId
private
int|null
$bankCountryId
$bankName
private
string|null
$bankName
$beneficiary
private
string|null
$beneficiary
$bic
private
string|null
$bic
$iban
private
string|null
$iban
$id
private
int
$id
$label
private
string|null
$label
$reportCountryCode
private
string|null
$reportCountryCode
$reportCountryId
private
int|null
$reportCountryId
Methods
fromModel()
public
static fromModel(BankingDetailOption $entity) : mixed
Parameters
- $entity : BankingDetailOption
getBankAddress()
Get the value of bankAddress
public
getBankAddress() : string|null
Return values
string|nullgetBankCountryCode()
Get the value of bankCountryCode
public
getBankCountryCode() : string|null
Return values
string|nullgetBankCountryId()
Get the value of bankCountryId
public
getBankCountryId() : int|null
Return values
int|nullgetBankName()
Get the value of bankName
public
getBankName() : string|null
Return values
string|nullgetBeneficiary()
Get the value of beneficiary
public
getBeneficiary() : string|null
Return values
string|nullgetBic()
Get the value of bic
public
getBic() : string|null
Return values
string|nullgetIban()
Get the value of iban
public
getIban() : string|null
Return values
string|nullgetId()
Get the value of id
public
getId() : int
Return values
intgetLabel()
Get the value of label
public
getLabel() : string|null
Return values
string|nullgetReportCountryCode()
Get the value of reportCountryCode
public
getReportCountryCode() : string|null
Return values
string|nullgetReportCountryId()
Get the value of reportCountryId
public
getReportCountryId() : int|null
Return values
int|nulljsonSerialize()
public
jsonSerialize() : mixed
setBankAddress()
Set the value of bankAddress
public
setBankAddress(string|null $bankAddress) : self
Parameters
- $bankAddress : string|null
Return values
selfsetBankCountryCode()
Set the value of bankCountryCode
public
setBankCountryCode(string|null $bankCountryCode) : self
Parameters
- $bankCountryCode : string|null
Return values
selfsetBankCountryId()
Set the value of bankCountryId
public
setBankCountryId(int|null $bankCountryId) : self
Parameters
- $bankCountryId : int|null
Return values
selfsetBankName()
Set the value of bankName
public
setBankName(string|null $bankName) : self
Parameters
- $bankName : string|null
Return values
selfsetBeneficiary()
Set the value of beneficiary
public
setBeneficiary(string|null $beneficiary) : self
Parameters
- $beneficiary : string|null
Return values
selfsetBic()
Set the value of bic
public
setBic(string|null $bic) : self
Parameters
- $bic : string|null
Return values
selfsetIban()
Set the value of iban
public
setIban(string|null $iban) : self
Parameters
- $iban : string|null
Return values
selfsetId()
Set the value of id
public
setId(int $id) : self
Parameters
- $id : int
Return values
selfsetLabel()
Set the value of label
public
setLabel(string|null $label) : self
Parameters
- $label : string|null
Return values
selfsetReportCountryCode()
Set the value of reportCountryCode
public
setReportCountryCode(string|null $reportCountryCode) : self
Parameters
- $reportCountryCode : string|null
Return values
selfsetReportCountryId()
Set the value of reportCountryId
public
setReportCountryId(int|null $reportCountryId) : self
Parameters
- $reportCountryId : int|null
Return values
selfserializeValueWithEditableParam()
private
serializeValueWithEditableParam(mixed $value) : mixed
Parameters
- $value : mixed