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