GetSelfSavingsSummary

@Serializable
data class GetSelfSavingsSummary(val accountBalance: Int? = null, val currency: GetSelfSavingsCurrency? = null)

Parameters

accountBalance
currency

Constructors

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

Properties

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