@Generated(value="Generated by https://konfigthis.com") public class InstallmentPlanInitiateRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstallmentPlanInitiateRequest.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_ATTEMPT3D_SECURE |
static String |
SERIALIZED_NAME_AUTO_CAPTURE |
static String |
SERIALIZED_NAME_BILLING_ADDRESS |
static String |
SERIALIZED_NAME_EVENTS_ENDPOINTS |
static String |
SERIALIZED_NAME_PLAN_DATA |
static String |
SERIALIZED_NAME_PROCESSING_DATA |
static String |
SERIALIZED_NAME_REDIRECT_URLS |
static String |
SERIALIZED_NAME_SHOPPER |
static String |
SERIALIZED_NAME_UX_SETTINGS |
| Constructor and Description |
|---|
InstallmentPlanInitiateRequest() |
public static final String SERIALIZED_NAME_AUTO_CAPTURE
public static final String SERIALIZED_NAME_ATTEMPT3D_SECURE
public static final String SERIALIZED_NAME_SHOPPER
public static final String SERIALIZED_NAME_PLAN_DATA
public static final String SERIALIZED_NAME_BILLING_ADDRESS
public static final String SERIALIZED_NAME_REDIRECT_URLS
public static final String SERIALIZED_NAME_UX_SETTINGS
public static final String SERIALIZED_NAME_EVENTS_ENDPOINTS
public static final String SERIALIZED_NAME_PROCESSING_DATA
public InstallmentPlanInitiateRequest autoCapture(Boolean autoCapture)
public void setAutoCapture(Boolean autoCapture)
public InstallmentPlanInitiateRequest attempt3dSecure(Boolean attempt3dSecure)
@Nullable public Boolean getAttempt3dSecure()
public void setAttempt3dSecure(Boolean attempt3dSecure)
public InstallmentPlanInitiateRequest shopper(ShopperData shopper)
@Nullable public ShopperData getShopper()
public void setShopper(ShopperData shopper)
public InstallmentPlanInitiateRequest planData(PlanDataModel planData)
@Nullable public PlanDataModel getPlanData()
public void setPlanData(PlanDataModel planData)
public InstallmentPlanInitiateRequest billingAddress(AddressDataModel billingAddress)
@Nullable public AddressDataModel getBillingAddress()
public void setBillingAddress(AddressDataModel billingAddress)
public InstallmentPlanInitiateRequest redirectUrls(InitiateRedirectionEndpointsModel redirectUrls)
@Nullable public InitiateRedirectionEndpointsModel getRedirectUrls()
public void setRedirectUrls(InitiateRedirectionEndpointsModel redirectUrls)
public InstallmentPlanInitiateRequest uxSettings(UxSettingsModel uxSettings)
@Nullable public UxSettingsModel getUxSettings()
public void setUxSettings(UxSettingsModel uxSettings)
public InstallmentPlanInitiateRequest eventsEndpoints(EventsEndpointsModel eventsEndpoints)
@Nullable public EventsEndpointsModel getEventsEndpoints()
public void setEventsEndpoints(EventsEndpointsModel eventsEndpoints)
public InstallmentPlanInitiateRequest processingData(ProcessingData processingData)
@Nullable public ProcessingData getProcessingData()
public void setProcessingData(ProcessingData processingData)
public InstallmentPlanInitiateRequest 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 InstallmentPlanInitiateRequestpublic static InstallmentPlanInitiateRequest fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to InstallmentPlanInitiateRequestpublic String toJson()
Copyright © 2023. All rights reserved.