@Generated(value="Generated by https://konfigthis.com") public class InstallmentPlanUpdateRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstallmentPlanUpdateRequest.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CAPTURE |
static String |
SERIALIZED_NAME_REF_ORDER_NUMBER |
static String |
SERIALIZED_NAME_SHIPPING_STATUS |
static String |
SERIALIZED_NAME_TRACKING_NUMBER |
| Constructor and Description |
|---|
InstallmentPlanUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
InstallmentPlanUpdateRequest |
capture(Boolean capture) |
boolean |
equals(Object o) |
static InstallmentPlanUpdateRequest |
fromJson(String jsonString)
Create an instance of InstallmentPlanUpdateRequest 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.
|
Boolean |
getCapture()
Get capture
|
String |
getRefOrderNumber()
Get refOrderNumber
|
ShippingStatus2 |
getShippingStatus()
Get shippingStatus
|
String |
getTrackingNumber()
Get trackingNumber
|
int |
hashCode() |
InstallmentPlanUpdateRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
InstallmentPlanUpdateRequest |
refOrderNumber(String refOrderNumber) |
void |
setCapture(Boolean capture) |
void |
setRefOrderNumber(String refOrderNumber) |
void |
setShippingStatus(ShippingStatus2 shippingStatus) |
void |
setTrackingNumber(String trackingNumber) |
InstallmentPlanUpdateRequest |
shippingStatus(ShippingStatus2 shippingStatus) |
String |
toJson()
Convert an instance of InstallmentPlanUpdateRequest to an JSON string
|
String |
toString() |
InstallmentPlanUpdateRequest |
trackingNumber(String trackingNumber) |
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_REF_ORDER_NUMBER
public static final String SERIALIZED_NAME_TRACKING_NUMBER
public static final String SERIALIZED_NAME_CAPTURE
public static final String SERIALIZED_NAME_SHIPPING_STATUS
public InstallmentPlanUpdateRequest refOrderNumber(String refOrderNumber)
@Nullable public String getRefOrderNumber()
public void setRefOrderNumber(String refOrderNumber)
public InstallmentPlanUpdateRequest trackingNumber(String trackingNumber)
@Nullable public String getTrackingNumber()
public void setTrackingNumber(String trackingNumber)
public InstallmentPlanUpdateRequest capture(Boolean capture)
public void setCapture(Boolean capture)
public InstallmentPlanUpdateRequest shippingStatus(ShippingStatus2 shippingStatus)
@Nullable public ShippingStatus2 getShippingStatus()
public void setShippingStatus(ShippingStatus2 shippingStatus)
public InstallmentPlanUpdateRequest 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 InstallmentPlanUpdateRequestpublic static InstallmentPlanUpdateRequest fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to InstallmentPlanUpdateRequestpublic String toJson()
Copyright © 2023. All rights reserved.