GetSelfLoansLoanIdTransactionsTransactionIdResponse

@Serializable
data class GetSelfLoansLoanIdTransactionsTransactionIdResponse(val amount: Float? = null, val currency: GetLoanCurrency? = null, val date: LocalDate? = null, val id: Int? = null, val interestPortion: Float? = null, val manuallyReversed: Boolean? = null, val type: GetSelfLoansLoanIdTransactionsType? = null)

GetSelfLoansLoanIdTransactionsTransactionIdResponse

Parameters

amount
currency
date
id
interestPortion
manuallyReversed
type

Constructors

constructor(amount: Float? = null, currency: GetLoanCurrency? = null, date: LocalDate? = null, id: Int? = null, interestPortion: Float? = null, manuallyReversed: Boolean? = null, type: GetSelfLoansLoanIdTransactionsType? = null)

Properties

Link copied to clipboard
val amount: Float? = null
Link copied to clipboard
Link copied to clipboard
val date: LocalDate? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val interestPortion: Float? = null
Link copied to clipboard
Link copied to clipboard