Enumeration TransportType

The TransportType enum is used in the Transport object as the distinguishing factor between different possible transports used to communicate the data

Enumeration Members

JSON: 0
MULTIPART_FORM_DATA: 2
UNKNOWN: 3
URL_FORM_DATA: 1

Generated using TypeDoc