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
$bankAddress
private
string
$bankAddress
$bankCountry
private
Country
$bankCountry
$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
$payment_procedure_type
private
PaymentProcedureType
$payment_procedure_type
$referenceNumber
private
string|null
$referenceNumber
$reportCountry
private
Country
$reportCountry
Methods
__construct()
public
__construct(BankingDetailSetting $bds, string|null $referenceNumber) : mixed
Parameters
- $bds : BankingDetailSetting
- $referenceNumber : string|null
getBankAddress()
Get the value of bankAddress
public
getBankAddress() : string
Return values
stringgetBankCountry()
Get the value of bankCountry
public
getBankCountry() : Country
Return values
CountrygetBankName()
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() : PaymentProcedureType
Return values
PaymentProcedureTypegetReferenceNumber()
Get $referenceNumber
public
getReferenceNumber() : string|null
Return values
string|nullgetReportCountry()
Get the value of reportCountry
public
getReportCountry() : Country
Return values
CountryjsonSerialize()
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
selfsetBankCountry()
Set the value of bankCountry
public
setBankCountry(Country $bankCountry) : self
Parameters
- $bankCountry : Country
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(PaymentProcedureType $payment_procedure_type) : void
Parameters
- $payment_procedure_type : PaymentProcedureType
setReferenceNumber()
Set $referenceNumber
public
setReferenceNumber(string|null $referenceNumber) : self
Parameters
- $referenceNumber : string|null
-
$referenceNumber
Return values
selfsetReportCountry()
Set the value of reportCountry
public
setReportCountry(Country $reportCountry) : self
Parameters
- $reportCountry : Country