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