PutRecurringDepositAccountsAccountIdRequest

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

PutRecurringDepositAccountsAccountIdRequest

Parameters

depositAmount
locale

Constructors

constructor(depositAmount: Int? = null, locale: String? = null)

Properties

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