@Generated(value="Generated by https://konfigthis.com") public class InstallmentsEligibilityResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstallmentsEligibilityResponse.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_INSTALLMENT_PROVIDER |
static String |
SERIALIZED_NAME_PAYMENT_PLAN_OPTIONS |
| Constructor and Description |
|---|
InstallmentsEligibilityResponse() |
| Modifier and Type | Method and Description |
|---|---|
InstallmentsEligibilityResponse |
addPaymentPlanOptionsItem(PaymentPlanOptionModel paymentPlanOptionsItem) |
boolean |
equals(Object o) |
static InstallmentsEligibilityResponse |
fromJson(String jsonString)
Create an instance of InstallmentsEligibilityResponse given an JSON string
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getInstallmentProvider()
Get installmentProvider
|
List<PaymentPlanOptionModel> |
getPaymentPlanOptions()
Get paymentPlanOptions
|
int |
hashCode() |
InstallmentsEligibilityResponse |
installmentProvider(String installmentProvider) |
InstallmentsEligibilityResponse |
paymentPlanOptions(List<PaymentPlanOptionModel> paymentPlanOptions) |
InstallmentsEligibilityResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setInstallmentProvider(String installmentProvider) |
void |
setPaymentPlanOptions(List<PaymentPlanOptionModel> paymentPlanOptions) |
String |
toJson()
Convert an instance of InstallmentsEligibilityResponse 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_INSTALLMENT_PROVIDER
public static final String SERIALIZED_NAME_PAYMENT_PLAN_OPTIONS
public InstallmentsEligibilityResponse installmentProvider(String installmentProvider)
@Nullable public String getInstallmentProvider()
public void setInstallmentProvider(String installmentProvider)
public InstallmentsEligibilityResponse paymentPlanOptions(List<PaymentPlanOptionModel> paymentPlanOptions)
public InstallmentsEligibilityResponse addPaymentPlanOptionsItem(PaymentPlanOptionModel paymentPlanOptionsItem)
@Nullable public List<PaymentPlanOptionModel> getPaymentPlanOptions()
public void setPaymentPlanOptions(List<PaymentPlanOptionModel> paymentPlanOptions)
public InstallmentsEligibilityResponse 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 InstallmentsEligibilityResponsepublic static InstallmentsEligibilityResponse fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to InstallmentsEligibilityResponsepublic String toJson()
Copyright © 2023. All rights reserved.