@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_NEW_AMOUNT |
static String |
SERIALIZED_NAME_REF_ORDER_NUMBER |
static String |
SERIALIZED_NAME_SHIPPING_STATUS |
static String |
SERIALIZED_NAME_TRACKING_NUMBER |
| Constructor and Description |
|---|
InstallmentPlanUpdateRequestByIdentifier() |
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_NEW_AMOUNT
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(ShippingStatus shippingStatus)
@Nullable public ShippingStatus getShippingStatus()
public void setShippingStatus(ShippingStatus shippingStatus)
public InstallmentPlanUpdateRequestByIdentifier newAmount(Double newAmount)
public InstallmentPlanUpdateRequestByIdentifier newAmount(Integer newAmount)
public void setNewAmount(Double newAmount)
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 © 2024. All rights reserved.