@Generated(value="Generated by https://konfigthis.com") public class CheckInstallmentsEligibilityRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckInstallmentsEligibilityRequest.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_BILLING_ADDRESS |
static String |
SERIALIZED_NAME_CARD_DETAILS |
static String |
SERIALIZED_NAME_PLAN_DATA |
| Constructor and Description |
|---|
CheckInstallmentsEligibilityRequest() |
| Modifier and Type | Method and Description |
|---|---|
CheckInstallmentsEligibilityRequest |
billingAddress(AddressData billingAddress) |
CheckInstallmentsEligibilityRequest |
cardDetails(CardData cardDetails) |
boolean |
equals(Object o) |
static CheckInstallmentsEligibilityRequest |
fromJson(String jsonString)
Create an instance of CheckInstallmentsEligibilityRequest 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.
|
AddressData |
getBillingAddress()
Get billingAddress
|
CardData |
getCardDetails()
Get cardDetails
|
PlanData |
getPlanData()
Get planData
|
int |
hashCode() |
CheckInstallmentsEligibilityRequest |
planData(PlanData planData) |
CheckInstallmentsEligibilityRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBillingAddress(AddressData billingAddress) |
void |
setCardDetails(CardData cardDetails) |
void |
setPlanData(PlanData planData) |
String |
toJson()
Convert an instance of CheckInstallmentsEligibilityRequest 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_PLAN_DATA
public static final String SERIALIZED_NAME_CARD_DETAILS
public static final String SERIALIZED_NAME_BILLING_ADDRESS
public CheckInstallmentsEligibilityRequest planData(PlanData planData)
public void setPlanData(PlanData planData)
public CheckInstallmentsEligibilityRequest cardDetails(CardData cardDetails)
public void setCardDetails(CardData cardDetails)
public CheckInstallmentsEligibilityRequest billingAddress(AddressData billingAddress)
@Nullable public AddressData getBillingAddress()
public void setBillingAddress(AddressData billingAddress)
public CheckInstallmentsEligibilityRequest 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 CheckInstallmentsEligibilityRequestpublic static CheckInstallmentsEligibilityRequest fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to CheckInstallmentsEligibilityRequestpublic String toJson()
Copyright © 2023. All rights reserved.