@Generated(value="Generated by https://konfigthis.com") public class InstallmentPlanRefundResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstallmentPlanRefundResponse.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CREDIT_REFUND_AMOUNT |
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER |
static String |
SERIALIZED_NAME_NON_CREDIT_REFUND_AMOUNT |
static String |
SERIALIZED_NAME_REFUND_ID |
static String |
SERIALIZED_NAME_SUMMARY |
| Constructor and Description |
|---|
InstallmentPlanRefundResponse() |
| Modifier and Type | Method and Description |
|---|---|
InstallmentPlanRefundResponse |
creditRefundAmount(Double creditRefundAmount) |
InstallmentPlanRefundResponse |
creditRefundAmount(Integer creditRefundAmount) |
InstallmentPlanRefundResponse |
currency(String currency) |
boolean |
equals(Object o) |
static InstallmentPlanRefundResponse |
fromJson(String jsonString)
Create an instance of InstallmentPlanRefundResponse 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 |
getCreditRefundAmount()
Get creditRefundAmount
|
String |
getCurrency()
Get currency
|
String |
getInstallmentPlanNumber()
Get installmentPlanNumber
|
Double |
getNonCreditRefundAmount()
Get nonCreditRefundAmount
|
String |
getRefundId()
Get refundId
|
RefundSummary |
getSummary()
Get summary
|
int |
hashCode() |
InstallmentPlanRefundResponse |
installmentPlanNumber(String installmentPlanNumber) |
InstallmentPlanRefundResponse |
nonCreditRefundAmount(Double nonCreditRefundAmount) |
InstallmentPlanRefundResponse |
nonCreditRefundAmount(Integer nonCreditRefundAmount) |
InstallmentPlanRefundResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
InstallmentPlanRefundResponse |
refundId(String refundId) |
void |
setCreditRefundAmount(Double creditRefundAmount) |
void |
setCurrency(String currency) |
void |
setInstallmentPlanNumber(String installmentPlanNumber) |
void |
setNonCreditRefundAmount(Double nonCreditRefundAmount) |
void |
setRefundId(String refundId) |
void |
setSummary(RefundSummary summary) |
InstallmentPlanRefundResponse |
summary(RefundSummary summary) |
String |
toJson()
Convert an instance of InstallmentPlanRefundResponse 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_REFUND_ID
public static final String SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_NON_CREDIT_REFUND_AMOUNT
public static final String SERIALIZED_NAME_CREDIT_REFUND_AMOUNT
public static final String SERIALIZED_NAME_SUMMARY
public InstallmentPlanRefundResponse refundId(String refundId)
public void setRefundId(String refundId)
public InstallmentPlanRefundResponse installmentPlanNumber(String installmentPlanNumber)
@Nullable public String getInstallmentPlanNumber()
public void setInstallmentPlanNumber(String installmentPlanNumber)
public InstallmentPlanRefundResponse currency(String currency)
public void setCurrency(String currency)
public InstallmentPlanRefundResponse nonCreditRefundAmount(Double nonCreditRefundAmount)
public InstallmentPlanRefundResponse nonCreditRefundAmount(Integer nonCreditRefundAmount)
@Nullable public Double getNonCreditRefundAmount()
public void setNonCreditRefundAmount(Double nonCreditRefundAmount)
public InstallmentPlanRefundResponse creditRefundAmount(Double creditRefundAmount)
public InstallmentPlanRefundResponse creditRefundAmount(Integer creditRefundAmount)
@Nullable public Double getCreditRefundAmount()
public void setCreditRefundAmount(Double creditRefundAmount)
public InstallmentPlanRefundResponse summary(RefundSummary summary)
@Nullable public RefundSummary getSummary()
public void setSummary(RefundSummary summary)
public InstallmentPlanRefundResponse 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 InstallmentPlanRefundResponsepublic static InstallmentPlanRefundResponse fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to InstallmentPlanRefundResponsepublic String toJson()
Copyright © 2023. All rights reserved.