@Generated(value="Generated by https://konfigthis.com") public class InstallmentPlanCreateRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstallmentPlanCreateRequest.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_PAYMENT_METHOD |
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_TERMS_AND_CONDITIONS_ACCEPTED |
| Constructor and Description |
|---|
InstallmentPlanCreateRequest() |
public static final String SERIALIZED_NAME_AUTO_CAPTURE
public static final String SERIALIZED_NAME_ATTEMPT3D_SECURE
public static final String SERIALIZED_NAME_TERMS_AND_CONDITIONS_ACCEPTED
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_PAYMENT_METHOD
public static final String SERIALIZED_NAME_REDIRECT_URLS
public static final String SERIALIZED_NAME_PROCESSING_DATA
public static final String SERIALIZED_NAME_EVENTS_ENDPOINTS
public InstallmentPlanCreateRequest autoCapture(Boolean autoCapture)
public void setAutoCapture(Boolean autoCapture)
public InstallmentPlanCreateRequest attempt3dSecure(Boolean attempt3dSecure)
@Nullable public Boolean getAttempt3dSecure()
public void setAttempt3dSecure(Boolean attempt3dSecure)
public InstallmentPlanCreateRequest termsAndConditionsAccepted(Boolean termsAndConditionsAccepted)
@Nonnull public Boolean getTermsAndConditionsAccepted()
public void setTermsAndConditionsAccepted(Boolean termsAndConditionsAccepted)
public InstallmentPlanCreateRequest shopper(ShopperData shopper)
@Nullable public ShopperData getShopper()
public void setShopper(ShopperData shopper)
public InstallmentPlanCreateRequest planData(PlanDataModel planData)
@Nullable public PlanDataModel getPlanData()
public void setPlanData(PlanDataModel planData)
public InstallmentPlanCreateRequest billingAddress(AddressDataModel billingAddress)
@Nullable public AddressDataModel getBillingAddress()
public void setBillingAddress(AddressDataModel billingAddress)
public InstallmentPlanCreateRequest paymentMethod(PaymentMethodModel paymentMethod)
@Nullable public PaymentMethodModel getPaymentMethod()
public void setPaymentMethod(PaymentMethodModel paymentMethod)
public InstallmentPlanCreateRequest redirectUrls(RedirectionEndpointsModel redirectUrls)
@Nullable public RedirectionEndpointsModel getRedirectUrls()
public void setRedirectUrls(RedirectionEndpointsModel redirectUrls)
public InstallmentPlanCreateRequest processingData(ProcessingData processingData)
@Nullable public ProcessingData getProcessingData()
public void setProcessingData(ProcessingData processingData)
public InstallmentPlanCreateRequest eventsEndpoints(EventsEndpointsModel eventsEndpoints)
@Nullable public EventsEndpointsModel getEventsEndpoints()
public void setEventsEndpoints(EventsEndpointsModel eventsEndpoints)
public InstallmentPlanCreateRequest 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 InstallmentPlanCreateRequestpublic static InstallmentPlanCreateRequest fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to InstallmentPlanCreateRequestpublic String toJson()
Copyright © 2023. All rights reserved.