- dataNormalized - Variable in class com.mypos.myposcheckout.ipc.response.BasicResponse
-
The decoded API response
in a normal form (all keys converted to lowercase)
- decodeRawData() - Method in class com.mypos.myposcheckout.ipc.response.BasicResponse
-
Decodes the API response into a key => value structure.
- decodeRawData() - Method in class com.mypos.myposcheckout.ipc.response.ComplexResponse
-
Decodes the API response into a multi level deep key => value structure.
- decodeResponse(String) - Static method in class com.mypos.myposcheckout.ipc.response.BasicResponseJSONDecoder
-
Decode the raw data into a key => value structure.
- decodeResponse(String) - Static method in class com.mypos.myposcheckout.ipc.response.BasicResponsePOSTDecoder
-
Decode the raw data into a key => value structure.
- decodeResponse(String) - Static method in class com.mypos.myposcheckout.ipc.response.BasicResponseXMLDecoder
-
Decode the raw data into a key => value structure.
- decodeResponse(String) - Static method in class com.mypos.myposcheckout.ipc.response.ComplexResponseJSONDecoder
-
Decodes the raw API response into a ResponseNode object.
- decodeResponse(String) - Static method in class com.mypos.myposcheckout.ipc.response.ComplexResponseXMLDecoder
-
Decodes the raw API response into a ResponseNode object.