BankingDetailOption
in package
implements
JsonSerializable, BankingDetailOption
Tags
Table of Contents
Interfaces
- JsonSerializable
- BankingDetailOption
Properties
- $bankAddress : string|null
- $bankCountry : Country|null
- $bankName : string|null
- $beneficiary : string|null
- $bic : string|null
- $iban : string|null
- $id : int
- $isDefault : bool
- $label : string|null
- $paymentProcedureType : PaymentProcedureType
- $reportCountry : Country|null
Methods
- getBankAddress() : string|null
- getBankCountry() : Country|null
- Get $country
- getBankName() : string|null
- getBeneficiary() : string|null
- getBic() : string|null
- getIban() : string|null
- getId() : int|null
- getLabel() : string|null
- Get the value of label
- getPaymentProcedureType() : PaymentProcedureType
- getReportCountry() : Country|null
- Get $country
- isDefault() : bool
- jsonSerialize() : mixed
- setBankAddress() : void
- setBankCountry() : self
- Set $country
- setBankName() : void
- setBeneficiary() : void
- setBic() : void
- setIban() : void
- setId() : void
- setIsDefault() : void
- setLabel() : self
- Set the value of label
- 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
$iban
private
string|null
$iban
Tags
$id
private
int
$id
Tags
$isDefault
private
bool
$isDefault
Tags
$label
private
string|null
$label
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|nullgetIban()
public
getIban() : string|null
Return values
string|nullgetId()
public
getId() : int|null
Return values
int|nullgetLabel()
Get the value of label
public
getLabel() : string|null
Return values
string|nullgetPaymentProcedureType()
public
getPaymentProcedureType() : PaymentProcedureType
Return values
PaymentProcedureTypegetReportCountry()
Get $country
public
getReportCountry() : Country|null
Return values
Country|nullisDefault()
public
isDefault() : bool
Return values
booljsonSerialize()
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
setIban()
public
setIban(string|null $iban) : void
Parameters
- $iban : string|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setIsDefault()
public
setIsDefault(bool $isDefault) : void
Parameters
- $isDefault : bool
setLabel()
Set the value of label
public
setLabel(string|null $label) : self
Parameters
- $label : string|null
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