@Generated(value="Generated by https://konfigthis.com") public class InstallmentPlanResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstallmentPlanResponse.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_GATEWAY_TRANSACTION_RESULTS |
static String |
SERIALIZED_NAME_INSTALLMENT_PLAN |
static String |
SERIALIZED_NAME_RESPONSE_HEADER |
| Constructor and Description |
|---|
InstallmentPlanResponse() |
| Modifier and Type | Method and Description |
|---|---|
InstallmentPlanResponse |
addGatewayTransactionResultsItem(TransactionResult gatewayTransactionResultsItem) |
boolean |
equals(Object o) |
static InstallmentPlanResponse |
fromJson(String jsonString)
Create an instance of InstallmentPlanResponse given an JSON string
|
InstallmentPlanResponse |
gatewayTransactionResults(List<TransactionResult> gatewayTransactionResults) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<TransactionResult> |
getGatewayTransactionResults()
Get gatewayTransactionResults
|
InstallmentPlan |
getInstallmentPlan()
Get installmentPlan
|
ResponseHeader |
getResponseHeader()
Get responseHeader
|
int |
hashCode() |
InstallmentPlanResponse |
installmentPlan(InstallmentPlan installmentPlan) |
InstallmentPlanResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
InstallmentPlanResponse |
responseHeader(ResponseHeader responseHeader) |
void |
setGatewayTransactionResults(List<TransactionResult> gatewayTransactionResults) |
void |
setInstallmentPlan(InstallmentPlan installmentPlan) |
void |
setResponseHeader(ResponseHeader responseHeader) |
String |
toJson()
Convert an instance of InstallmentPlanResponse to an JSON string
|
String |
toString() |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
public static final String SERIALIZED_NAME_RESPONSE_HEADER
public static final String SERIALIZED_NAME_INSTALLMENT_PLAN
public static final String SERIALIZED_NAME_GATEWAY_TRANSACTION_RESULTS
public InstallmentPlanResponse responseHeader(ResponseHeader responseHeader)
@Nullable public ResponseHeader getResponseHeader()
public void setResponseHeader(ResponseHeader responseHeader)
public InstallmentPlanResponse installmentPlan(InstallmentPlan installmentPlan)
@Nullable public InstallmentPlan getInstallmentPlan()
public void setInstallmentPlan(InstallmentPlan installmentPlan)
public InstallmentPlanResponse gatewayTransactionResults(List<TransactionResult> gatewayTransactionResults)
public InstallmentPlanResponse addGatewayTransactionResultsItem(TransactionResult gatewayTransactionResultsItem)
@Nullable public List<TransactionResult> getGatewayTransactionResults()
public void setGatewayTransactionResults(List<TransactionResult> gatewayTransactionResults)
public InstallmentPlanResponse putAdditionalProperty(String key, Object value)
key - name of the propertyvalue - value of the propertypublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - name of the propertypublic static void validateJsonObject(com.google.gson.JsonObject jsonObj)
throws IOException
jsonObj - JSON ObjectIOException - if the JSON Object is invalid with respect to InstallmentPlanResponsepublic static InstallmentPlanResponse fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to InstallmentPlanResponsepublic String toJson()
Copyright © 2024. All rights reserved.