vend_item_tvend_session_data_tvend_session_t
Product class
Thevend_item_t class represents an individual product request within a vending session. This class includes the product code, price, quantity, and unit of measure. The following code block lists all class parameters:
Product parameters
The table below provides a more detailed description of the parameters.Vending session data class
Thevend_session_data_t class holds detailed information about a vending session, including transaction details and card information. The following code block lists all class parameters:
Class parameters
The table below provides a more detailed description of the parameters.Vending session handle class
Thevend_session_t class represents a vending session, encapsulating session-specific data, product lists, and session status. The following code block lists all class parameters:
Java
C#
C