PostLoansLoanIdTransactionsResponseChanges

@Serializable
data class PostLoansLoanIdTransactionsResponseChanges(val dateFormat: String? = null, val externalId: String? = null, val locale: String? = null, val note: String? = null, val paymentTypeId: Long? = null, val reversalExternalId: String? = null, val transactionAmount: String? = null, val transactionDate: String? = null)

Parameters

dateFormat
externalId
locale
note
paymentTypeId
reversalExternalId
transactionAmount
transactionDate

Constructors

constructor(dateFormat: String? = null, externalId: String? = null, locale: String? = null, note: String? = null, paymentTypeId: Long? = null, reversalExternalId: String? = null, transactionAmount: String? = null, transactionDate: String? = null)

Properties

Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val externalId: String? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val note: String? = null
Link copied to clipboard
val paymentTypeId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val transactionDate: String? = null