public class BilledAmountDetails extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
BilledAmountDetails() |
| Modifier and Type | Method and Description |
|---|---|
BilledAmountDetails |
copyFrom(BilledAmountDetails instance) |
APIContext |
getContext() |
String |
getFieldCurrency() |
String |
getFieldNetAmount() |
String |
getFieldTaxAmount() |
String |
getFieldTotalAmount() |
String |
getId() |
static APIRequest.ResponseParser<BilledAmountDetails> |
getParser() |
static BilledAmountDetails |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<BilledAmountDetails> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
BilledAmountDetails |
setFieldCurrency(String value) |
BilledAmountDetails |
setFieldNetAmount(String value) |
BilledAmountDetails |
setFieldTaxAmount(String value) |
BilledAmountDetails |
setFieldTotalAmount(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static BilledAmountDetails loadJSON(String json, APIContext context, String header)
public static APINodeList<BilledAmountDetails> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldCurrency()
public BilledAmountDetails setFieldCurrency(String value)
public String getFieldNetAmount()
public BilledAmountDetails setFieldNetAmount(String value)
public String getFieldTaxAmount()
public BilledAmountDetails setFieldTaxAmount(String value)
public String getFieldTotalAmount()
public BilledAmountDetails setFieldTotalAmount(String value)
public BilledAmountDetails copyFrom(BilledAmountDetails instance)
public static APIRequest.ResponseParser<BilledAmountDetails> getParser()
Copyright © 2020. All rights reserved.