Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
com.intuit.ipp.interceptors | |
com.intuit.ipp.serialization |
Modifier and Type | Class and Description |
---|---|
class |
IntuitResponse
IntuitResponse is a holder of all types of entities that come as part of response
|
class |
TaxService
Describes SalesTax details
|
Modifier and Type | Method and Description |
---|---|
Response |
ResponseElements.getResponse()
Gets deserialized Response object
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseElements.setResponse(Response response)
Sets intuit response
|
Modifier and Type | Method and Description |
---|---|
Response |
XMLSerializer.deserialize(String str,
Class<?> cl)
method to deserialize the given data using the corresponding implementation algorithm
|
Response |
JSONSerializer.deserialize(String json,
Class<?> cl)
method to deserialize the given data using the corresponding implementation algorithm
|
Response |
IEntitySerializer.deserialize(String data,
Class<?> cl)
method to deserialize the given data using the corresponding implementation algorithm
|
Copyright © 2017. All rights reserved.