ConfigInterface
interface ConfigInterface (View source)
Methods
string
getAccountNumber()
Get the Merchant Client Account Number from the configuration
$this
setAccountNumber(string $accountNumber)
Sets the Hubter API Merchant Account Number.
string
getClientId()
Returns the Hubtel API Merchant Client ID.
$this
setClientId(string $clientId)
Sets the Hubtel API Merchant ID.
string
getClientSecret()
Returns the Hubtel API Merchant Client Secret.
$this
setClientSecret(string $clientSecret)
Sets the Hubtel API Merchant Client Secret.
string
getPackageVersion()
Returns the current package version.
setPackageVersion(string $version)
Set the current package version
Details
at line 26
string
getAccountNumber()
Get the Merchant Client Account Number from the configuration
at line 33
$this
setAccountNumber(string $accountNumber)
Sets the Hubter API Merchant Account Number.
at line 39
string
getClientId()
Returns the Hubtel API Merchant Client ID.
at line 46
$this
setClientId(string $clientId)
Sets the Hubtel API Merchant ID.
at line 52
string
getClientSecret()
Returns the Hubtel API Merchant Client Secret.
at line 59
$this
setClientSecret(string $clientSecret)
Sets the Hubtel API Merchant Client Secret.
at line 65
string
getPackageVersion()
Returns the current package version.
at line 71
setPackageVersion(string $version)
Set the current package version