Package | Description |
---|---|
com.mypos.myposcheckout.ipc.request | |
com.mypos.myposcheckout.ipc.response |
Modifier and Type | Method and Description |
---|---|
BasicResponse |
InAppPurchase.process()
Gather all request parameters needed to make an API call.
|
BasicResponse |
InAppStoreCard.process()
Gather all request parameters needed to make an API call, and make one.
|
BasicResponse |
InAppStoredCardUpdate.process()
Gather all request parameters needed to make an API call, and make one.
|
BasicResponse |
MandateManagement.process()
Gather all request parameters needed to make an API call, and make one.
|
BasicResponse |
RequestMoney.process()
Gather all request parameters needed to make an API call, and make one.
|
protected BasicResponse |
Request.processApiCall()
Makes a request to the API using and returns the decoded API response.
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexResponse
IPC Response class.
|
Constructor and Description |
---|
ComplexResponse(BasicResponse response) |