This class is used to represent a channel ID in a request to Simpay API.
This property holds the channel ID.
This method is used to create a new instance of the Channel
class.
$value
(string): The channel ID.
- Throws an
\InvalidArgumentException
if the$value
is empty.
This method is used to return the string representation of the Channel
object.
- Returns the channel ID.