@Generated(value="Generated by https://konfigthis.com") public class Installment2 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Installment2.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CARD_DETAILS |
static String |
SERIALIZED_NAME_CREATED_DATE_TIME |
static String |
SERIALIZED_NAME_INSTALLMENT_ID |
static String |
SERIALIZED_NAME_INSTALLMENT_NUMBER |
static String |
SERIALIZED_NAME_IS_REFUND |
static String |
SERIALIZED_NAME_ORIGINAL_AMOUNT |
static String |
SERIALIZED_NAME_PAYMENT_METHOD |
static String |
SERIALIZED_NAME_PROCESS_DATE_TIME |
static String |
SERIALIZED_NAME_REFUND_AMOUNT |
static String |
SERIALIZED_NAME_REQUIRED_CREDIT |
static String |
SERIALIZED_NAME_RESULT |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_TRANSACTION_RESULTS |
| Constructor and Description |
|---|
Installment2() |
public static final String SERIALIZED_NAME_INSTALLMENT_ID
public static final String SERIALIZED_NAME_INSTALLMENT_NUMBER
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_ORIGINAL_AMOUNT
public static final String SERIALIZED_NAME_REFUND_AMOUNT
public static final String SERIALIZED_NAME_PROCESS_DATE_TIME
public static final String SERIALIZED_NAME_IS_REFUND
public static final String SERIALIZED_NAME_REQUIRED_CREDIT
public static final String SERIALIZED_NAME_CREATED_DATE_TIME
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_TRANSACTION_RESULTS
public static final String SERIALIZED_NAME_CARD_DETAILS
public static final String SERIALIZED_NAME_RESULT
public static final String SERIALIZED_NAME_PAYMENT_METHOD
public Installment2 installmentId(String installmentId)
@Nullable public String getInstallmentId()
public void setInstallmentId(String installmentId)
public Installment2 installmentNumber(Integer installmentNumber)
@Nonnull public Integer getInstallmentNumber()
public void setInstallmentNumber(Integer installmentNumber)
public Installment2 amount(Money amount)
public void setAmount(Money amount)
public Installment2 originalAmount(Money originalAmount)
@Nullable public Money getOriginalAmount()
public void setOriginalAmount(Money originalAmount)
public Installment2 refundAmount(Money refundAmount)
public void setRefundAmount(Money refundAmount)
public Installment2 processDateTime(OffsetDateTime processDateTime)
@Nullable public OffsetDateTime getProcessDateTime()
public void setProcessDateTime(OffsetDateTime processDateTime)
public Installment2 isRefund(Boolean isRefund)
public void setIsRefund(Boolean isRefund)
public Installment2 requiredCredit(Money requiredCredit)
@Nullable public Money getRequiredCredit()
public void setRequiredCredit(Money requiredCredit)
public Installment2 createdDateTime(OffsetDateTime createdDateTime)
@Nonnull public OffsetDateTime getCreatedDateTime()
public void setCreatedDateTime(OffsetDateTime createdDateTime)
public Installment2 status(ReferenceEntityBase status)
@Nullable public ReferenceEntityBase getStatus()
public void setStatus(ReferenceEntityBase status)
public Installment2 transactionResults(List<TransactionResult> transactionResults)
public Installment2 addTransactionResultsItem(TransactionResult transactionResultsItem)
@Nullable public List<TransactionResult> getTransactionResults()
public void setTransactionResults(List<TransactionResult> transactionResults)
public Installment2 cardDetails(CardData2 cardDetails)
public void setCardDetails(CardData2 cardDetails)
public Installment2 result(Boolean result)
public void setResult(Boolean result)
public Installment2 paymentMethod(String paymentMethod)
@Nullable public String getPaymentMethod()
public void setPaymentMethod(String paymentMethod)
public Installment2 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 Installment2public static Installment2 fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to Installment2public String toJson()
Copyright © 2024. All rights reserved.