Class PostCollectionSheetRequest

java.lang.Object
org.apache.fineract.client.models.PostCollectionSheetRequest

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class PostCollectionSheetRequest extends Object
PostCollectionSheetRequest
  • Field Details

    • SERIALIZED_NAME_ACTUAL_DISBURSEMENT_DATE

      public static final String SERIALIZED_NAME_ACTUAL_DISBURSEMENT_DATE
      See Also:
    • SERIALIZED_NAME_BULK_DISBURSEMENT_TRANSACTIONS

      public static final String SERIALIZED_NAME_BULK_DISBURSEMENT_TRANSACTIONS
      See Also:
    • SERIALIZED_NAME_BULK_REPAYMENT_TRANSACTIONS

      public static final String SERIALIZED_NAME_BULK_REPAYMENT_TRANSACTIONS
      See Also:
    • SERIALIZED_NAME_BULK_SAVINGS_DUE_TRANSACTIONS

      public static final String SERIALIZED_NAME_BULK_SAVINGS_DUE_TRANSACTIONS
      See Also:
    • SERIALIZED_NAME_DATE_FORMAT

      public static final String SERIALIZED_NAME_DATE_FORMAT
      See Also:
    • SERIALIZED_NAME_LOCALE

      public static final String SERIALIZED_NAME_LOCALE
      See Also:
    • SERIALIZED_NAME_TRANSACTION_DATE

      public static final String SERIALIZED_NAME_TRANSACTION_DATE
      See Also:
  • Constructor Details

    • PostCollectionSheetRequest

      public PostCollectionSheetRequest()
  • Method Details

    • actualDisbursementDate

      public PostCollectionSheetRequest actualDisbursementDate(String actualDisbursementDate)
    • getActualDisbursementDate

      @Nullable public String getActualDisbursementDate()
      Get actualDisbursementDate
      Returns:
      actualDisbursementDate
    • setActualDisbursementDate

      public void setActualDisbursementDate(String actualDisbursementDate)
    • bulkDisbursementTransactions

      public PostCollectionSheetRequest bulkDisbursementTransactions(List<Integer> bulkDisbursementTransactions)
    • addBulkDisbursementTransactionsItem

      public PostCollectionSheetRequest addBulkDisbursementTransactionsItem(Integer bulkDisbursementTransactionsItem)
    • getBulkDisbursementTransactions

      @Nullable public List<Integer> getBulkDisbursementTransactions()
      Get bulkDisbursementTransactions
      Returns:
      bulkDisbursementTransactions
    • setBulkDisbursementTransactions

      public void setBulkDisbursementTransactions(List<Integer> bulkDisbursementTransactions)
    • bulkRepaymentTransactions

      public PostCollectionSheetRequest bulkRepaymentTransactions(PostCollectionSheetBulkRepaymentTransactions bulkRepaymentTransactions)
    • getBulkRepaymentTransactions

      @Nullable public PostCollectionSheetBulkRepaymentTransactions getBulkRepaymentTransactions()
      Get bulkRepaymentTransactions
      Returns:
      bulkRepaymentTransactions
    • setBulkRepaymentTransactions

      public void setBulkRepaymentTransactions(PostCollectionSheetBulkRepaymentTransactions bulkRepaymentTransactions)
    • bulkSavingsDueTransactions

      public PostCollectionSheetRequest bulkSavingsDueTransactions(List<Integer> bulkSavingsDueTransactions)
    • addBulkSavingsDueTransactionsItem

      public PostCollectionSheetRequest addBulkSavingsDueTransactionsItem(Integer bulkSavingsDueTransactionsItem)
    • getBulkSavingsDueTransactions

      @Nullable public List<Integer> getBulkSavingsDueTransactions()
      Get bulkSavingsDueTransactions
      Returns:
      bulkSavingsDueTransactions
    • setBulkSavingsDueTransactions

      public void setBulkSavingsDueTransactions(List<Integer> bulkSavingsDueTransactions)
    • dateFormat

      public PostCollectionSheetRequest dateFormat(String dateFormat)
    • getDateFormat

      @Nullable public String getDateFormat()
      Get dateFormat
      Returns:
      dateFormat
    • setDateFormat

      public void setDateFormat(String dateFormat)
    • locale

      public PostCollectionSheetRequest locale(String locale)
    • getLocale

      @Nullable public String getLocale()
      Get locale
      Returns:
      locale
    • setLocale

      public void setLocale(String locale)
    • transactionDate

      public PostCollectionSheetRequest transactionDate(String transactionDate)
    • getTransactionDate

      @Nullable public String getTransactionDate()
      Get transactionDate
      Returns:
      transactionDate
    • setTransactionDate

      public void setTransactionDate(String transactionDate)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object