PostCollectionSheetChanges

@Serializable
data class PostCollectionSheetChanges(val savingsTransactions: List<Int>? = null, val dateFormat: String? = null, val loanTransactions: List<Int>? = null, val locale: String? = null)

Parameters

savingsTransactions
dateFormat
loanTransactions
locale

Constructors

Link copied to clipboard
constructor(savingsTransactions: List<Int>? = null, dateFormat: String? = null, loanTransactions: List<Int>? = null, locale: String? = null)

Properties

Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val loanTransactions: List<Int>? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard