BillerCommandAttributeTrait
Trait BillerCommandAttributeTrait
Trait containing methods to manage the biller attribute of Yigim payment system commands. The biller attribute represents the name of the biller provided by the acquirer.
Table of Contents
Properties
- $biller : string
- The name of the biller provided by the acquirer.
Methods
- getBiller() : string
- Get the biller name.
- setBiller() : void
- Set the biller name.
Properties
$biller
The name of the biller provided by the acquirer.
private
string
$biller
Methods
getBiller()
Get the biller name.
public
getBiller() : string
Return values
string —The name of the biller provided by the acquirer.
setBiller()
Set the biller name.
public
setBiller(string $biller) : void
Parameters
- $biller : string
-
The name of the biller provided by the acquirer.