PostCollectionSheetRequest

@Serializable
data class PostCollectionSheetRequest(val actualDisbursementDate: String? = null, val bulkDisbursementTransactions: List<Int>? = null, val bulkRepaymentTransactions: PostCollectionSheetBulkRepaymentTransactions? = null, val bulkSavingsDueTransactions: List<Int>? = null, val dateFormat: String? = null, val locale: String? = null, val transactionDate: String? = null)

PostCollectionSheetRequest

Parameters

actualDisbursementDate
bulkDisbursementTransactions
bulkRepaymentTransactions
bulkSavingsDueTransactions
dateFormat
locale
transactionDate

Constructors

Link copied to clipboard
constructor(actualDisbursementDate: String? = null, bulkDisbursementTransactions: List<Int>? = null, bulkRepaymentTransactions: PostCollectionSheetBulkRepaymentTransactions? = null, bulkSavingsDueTransactions: List<Int>? = null, dateFormat: String? = null, locale: String? = null, transactionDate: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val transactionDate: String? = null