@Generated(value="Generated by https://konfigthis.com") public class InstallmentPlanCreateResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstallmentPlanCreateResponse.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_AUTHORIZATION |
static String |
SERIALIZED_NAME_BILLING_ADDRESS |
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_DATE_CREATED |
static String |
SERIALIZED_NAME_EXTENDED_PARAMS |
static String |
SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER |
static String |
SERIALIZED_NAME_INSTALLMENTS |
static String |
SERIALIZED_NAME_LINKS |
static String |
SERIALIZED_NAME_ORIGINAL_AMOUNT |
static String |
SERIALIZED_NAME_PAYMENT_METHOD |
static String |
SERIALIZED_NAME_PURCHASE_METHOD |
static String |
SERIALIZED_NAME_REF_ORDER_NUMBER |
static String |
SERIALIZED_NAME_SHOPPER |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
InstallmentPlanCreateResponse() |
public static final String SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER
public static final String SERIALIZED_NAME_DATE_CREATED
public static final String SERIALIZED_NAME_REF_ORDER_NUMBER
public static final String SERIALIZED_NAME_PURCHASE_METHOD
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_ORIGINAL_AMOUNT
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_EXTENDED_PARAMS
public static final String SERIALIZED_NAME_AUTHORIZATION
public static final String SERIALIZED_NAME_SHOPPER
public static final String SERIALIZED_NAME_BILLING_ADDRESS
public static final String SERIALIZED_NAME_PAYMENT_METHOD
public static final String SERIALIZED_NAME_INSTALLMENTS
public static final String SERIALIZED_NAME_LINKS
public InstallmentPlanCreateResponse installmentPlanNumber(String installmentPlanNumber)
@Nullable public String getInstallmentPlanNumber()
public void setInstallmentPlanNumber(String installmentPlanNumber)
public InstallmentPlanCreateResponse dateCreated(OffsetDateTime dateCreated)
@Nonnull public OffsetDateTime getDateCreated()
public void setDateCreated(OffsetDateTime dateCreated)
public InstallmentPlanCreateResponse refOrderNumber(String refOrderNumber)
@Nullable public String getRefOrderNumber()
public void setRefOrderNumber(String refOrderNumber)
public InstallmentPlanCreateResponse purchaseMethod(PurchaseMethod purchaseMethod)
@Nullable public PurchaseMethod getPurchaseMethod()
public void setPurchaseMethod(PurchaseMethod purchaseMethod)
public InstallmentPlanCreateResponse status(PlanStatus status)
@Nonnull public PlanStatus getStatus()
public void setStatus(PlanStatus status)
public InstallmentPlanCreateResponse currency(String currency)
public void setCurrency(String currency)
public InstallmentPlanCreateResponse originalAmount(Double originalAmount)
public InstallmentPlanCreateResponse originalAmount(Integer originalAmount)
@Nullable public Double getOriginalAmount()
public void setOriginalAmount(Double originalAmount)
public InstallmentPlanCreateResponse amount(Double amount)
public InstallmentPlanCreateResponse amount(Integer amount)
public void setAmount(Double amount)
public InstallmentPlanCreateResponse extendedParams(Map<String,String> extendedParams)
public InstallmentPlanCreateResponse putExtendedParamsItem(String key, String extendedParamsItem)
@Nullable public Map<String,String> getExtendedParams()
public InstallmentPlanCreateResponse authorization(AuthorizationModel authorization)
@Nullable public AuthorizationModel getAuthorization()
public void setAuthorization(AuthorizationModel authorization)
public InstallmentPlanCreateResponse shopper(ShopperData shopper)
@Nullable public ShopperData getShopper()
public void setShopper(ShopperData shopper)
public InstallmentPlanCreateResponse billingAddress(AddressData billingAddress)
@Nullable public AddressData getBillingAddress()
public void setBillingAddress(AddressData billingAddress)
public InstallmentPlanCreateResponse paymentMethod(PaymentMethodModel paymentMethod)
@Nullable public PaymentMethodModel getPaymentMethod()
public void setPaymentMethod(PaymentMethodModel paymentMethod)
public InstallmentPlanCreateResponse installments(List<Installment> installments)
public InstallmentPlanCreateResponse addInstallmentsItem(Installment installmentsItem)
@Nullable public List<Installment> getInstallments()
public void setInstallments(List<Installment> installments)
public InstallmentPlanCreateResponse links(LinksData links)
public void setLinks(LinksData links)
public InstallmentPlanCreateResponse 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 InstallmentPlanCreateResponsepublic static InstallmentPlanCreateResponse fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to InstallmentPlanCreateResponsepublic String toJson()
Copyright © 2023. All rights reserved.