Transactable
trait Transactable (View source)
This trait encapsulates the accessor required to create a new transaction instance
Methods
This method serves as an entry to a transaction class instane. It creates a new transaction class by first starting with the required amount value of the transaction to be created.
Sets the channel (Mobile Network) (requred by the Hubtel ReceiveMoney|SendMoney Api)
Dynamically handle missing Static Api Call to Amount.
Dynamically handle missing public method call on Amount.
Details
at line 33
protected Transactable
amount(float|number $amount)
This method serves as an entry to a transaction class instane. It creates a new transaction class by first starting with the required amount value of the transaction to be created.
(required by the Hubtel ReceiveMoney Api)
at line 45
Transactable
channel(string $channel)
Sets the channel (Mobile Network) (requred by the Hubtel ReceiveMoney|SendMoney Api)
at line 58
static Transactable
__callStatic(string $method, array $parameters)
Dynamically handle missing Static Api Call to Amount.
at line 71
Transactable
__call(string $method, array $parameters)
Dynamically handle missing public method call on Amount.