PutRecurringDepositAccountsChanges

@Serializable
data class PutRecurringDepositAccountsChanges(val depositAmount: Int? = null, val locale: String? = null)

Parameters

depositAmount
locale

Constructors

Link copied to clipboard
constructor(depositAmount: Int? = null, locale: String? = null)

Properties

Link copied to clipboard
val depositAmount: Int? = null
Link copied to clipboard
val locale: String? = null