@Generated(value="Generated by https://konfigthis.com") public class InstallmentPlanRefundRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstallmentPlanRefundRequest.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_REFUND_STRATEGY |
| Constructor and Description |
|---|
InstallmentPlanRefundRequest() |
| Modifier and Type | Method and Description |
|---|---|
InstallmentPlanRefundRequest |
amount(Double amount) |
InstallmentPlanRefundRequest |
amount(Integer amount) |
boolean |
equals(Object o) |
static InstallmentPlanRefundRequest |
fromJson(String jsonString)
Create an instance of InstallmentPlanRefundRequest 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.
|
Double |
getAmount()
Get amount
|
RefundStrategy |
getRefundStrategy()
Get refundStrategy
|
int |
hashCode() |
InstallmentPlanRefundRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
InstallmentPlanRefundRequest |
refundStrategy(RefundStrategy refundStrategy) |
void |
setAmount(Double amount) |
void |
setRefundStrategy(RefundStrategy refundStrategy) |
String |
toJson()
Convert an instance of InstallmentPlanRefundRequest 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_AMOUNT
public static final String SERIALIZED_NAME_REFUND_STRATEGY
public InstallmentPlanRefundRequest amount(Double amount)
public InstallmentPlanRefundRequest amount(Integer amount)
public void setAmount(Double amount)
public InstallmentPlanRefundRequest refundStrategy(RefundStrategy refundStrategy)
@Nullable public RefundStrategy getRefundStrategy()
public void setRefundStrategy(RefundStrategy refundStrategy)
public InstallmentPlanRefundRequest 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 InstallmentPlanRefundRequestpublic static InstallmentPlanRefundRequest fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to InstallmentPlanRefundRequestpublic String toJson()
Copyright © 2023. All rights reserved.