GetSavingsSummary

@Serializable
data class GetSavingsSummary(val accountBalance: Int? = null, val currency: GetSavingsCurrency? = null)

Parameters

accountBalance
currency

Constructors

Link copied to clipboard
constructor(accountBalance: Int? = null, currency: GetSavingsCurrency? = null)

Properties

Link copied to clipboard
val accountBalance: Int? = null
Link copied to clipboard