GetClientsSavingProductOptions

@Serializable
data class GetClientsSavingProductOptions(val allowOverdraft: Boolean? = null, val id: Long? = null, val name: String? = null, val withdrawalFeeForTransfers: Boolean? = null)

Parameters

allowOverdraft
id
name
withdrawalFeeForTransfers

Constructors

Link copied to clipboard
constructor(allowOverdraft: Boolean? = null, id: Long? = null, name: String? = null, withdrawalFeeForTransfers: Boolean? = null)

Properties

Link copied to clipboard
val allowOverdraft: Boolean? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard