BankingDetailSetting
in package
implements
JsonSerializable
Tags
Table of Contents
Interfaces
- JsonSerializable
Properties
- $bankAddress : string|null
- $bankCountry : Country|null
- $bankName : string|null
- $beneficiary : string|null
- $bic : string|null
- $client : Client
- $iban : string|null
- $option : BankingDetailOption
- $paymentProcedureType : PaymentProcedureType
- $reportCountry : Country|null
Methods
- getBankAddress() : string|null
- getBankCountry() : Country|null
- Get $country
- getBankName() : string|null
- getBeneficiary() : string|null
- getBic() : string|null
- getClient() : Client
- Get the value of client
- getIban() : string|null
- getLabel() : string|null
- Get the value of label
- getOption() : BankingDetailOption
- Get the value of option
- getPaymentProcedureType() : PaymentProcedureType
- getReportCountry() : Country|null
- Get $country
- jsonSerialize() : mixed
- setBankAddress() : void
- setBankCountry() : self
- Set $country
- setBankName() : void
- setBeneficiary() : void
- setBic() : void
- setClient() : self
- Set the value of client
- setIban() : void
- setLabel() : self
- Set the value of label
- setOption() : self
- Set the value of option
- setPaymentProcedureType() : void
- setReportCountry() : self
- Set $country
Properties
$bankAddress
private
string|null
$bankAddress
Tags
$bankCountry
private
Country|null
$bankCountry
Tags
$bankName
private
string|null
$bankName
Tags
$beneficiary
private
string|null
$beneficiary
Tags
$bic
private
string|null
$bic
Tags
$client
private
Client
$client
Tags
$iban
private
string|null
$iban
Tags
$option
private
BankingDetailOption
$option
Tags
$paymentProcedureType
private
PaymentProcedureType
$paymentProcedureType
Tags
$reportCountry
private
Country|null
$reportCountry
Tags
Methods
getBankAddress()
public
getBankAddress() : string|null
Return values
string|nullgetBankCountry()
Get $country
public
getBankCountry() : Country|null
Return values
Country|nullgetBankName()
public
getBankName() : string|null
Return values
string|nullgetBeneficiary()
public
getBeneficiary() : string|null
Return values
string|nullgetBic()
public
getBic() : string|null
Return values
string|nullgetClient()
Get the value of client
public
getClient() : Client
Return values
ClientgetIban()
public
getIban() : string|null
Return values
string|nullgetLabel()
Get the value of label
public
getLabel() : string|null
Return values
string|nullgetOption()
Get the value of option
public
getOption() : BankingDetailOption
Return values
BankingDetailOptiongetPaymentProcedureType()
public
getPaymentProcedureType() : PaymentProcedureType
Return values
PaymentProcedureTypegetReportCountry()
Get $country
public
getReportCountry() : Country|null
Return values
Country|nulljsonSerialize()
public
jsonSerialize() : mixed
setBankAddress()
public
setBankAddress(string|null $bankAddress) : void
Parameters
- $bankAddress : string|null
setBankCountry()
Set $country
public
setBankCountry(Country|null $bankCountry) : self
Parameters
- $bankCountry : Country|null
-
$country
Return values
selfsetBankName()
public
setBankName(string|null $bankName) : void
Parameters
- $bankName : string|null
setBeneficiary()
public
setBeneficiary(string|null $beneficiary) : void
Parameters
- $beneficiary : string|null
setBic()
public
setBic(string|null $bic) : void
Parameters
- $bic : string|null
setClient()
Set the value of client
public
setClient(Client $client) : self
Parameters
- $client : Client
Return values
selfsetIban()
public
setIban(string|null $iban) : void
Parameters
- $iban : string|null
setLabel()
Set the value of label
public
setLabel(string|null $label) : self
Parameters
- $label : string|null
Return values
selfsetOption()
Set the value of option
public
setOption(BankingDetailOption $option) : self
Parameters
- $option : BankingDetailOption
Return values
selfsetPaymentProcedureType()
public
setPaymentProcedureType(PaymentProcedureType $paymentProcedureType) : void
Parameters
- $paymentProcedureType : PaymentProcedureType
setReportCountry()
Set $country
public
setReportCountry(Country|null $reportCountry) : self
Parameters
- $reportCountry : Country|null
-
$country