PutRecurringDepositProductsRequest

@Serializable
data class PutRecurringDepositProductsRequest(val description: String? = null, val locale: String? = null, val minDepositTerm: Int? = null, val minDepositTermTypeId: Int? = null)

PutRecurringDepositProductsRequest

Parameters

description
locale
minDepositTerm
minDepositTermTypeId

Constructors

Link copied to clipboard
constructor(description: String? = null, locale: String? = null, minDepositTerm: Int? = null, minDepositTermTypeId: Int? = null)

Properties

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