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
\InvalidArgumentExceptionif the$valueis empty.
This method is used to return the string representation of the Channel object.
- Returns the channel ID.