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