SavingsAccountTransactionsSearchResponse

@Serializable
data class SavingsAccountTransactionsSearchResponse(val content: Set<GetSavingsAccountTransactionsPageItem>? = null, val total: Long? = null)

SavingsAccountTransactionsSearchResponse

Parameters

content
total

Constructors

Link copied to clipboard
constructor(content: Set<GetSavingsAccountTransactionsPageItem>? = null, total: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val total: Long? = null