PutSelfBeneficiariesChanges

@Serializable
data class PutSelfBeneficiariesChanges(val name: String? = null, val transferLimit: Int? = null)

Parameters

name
transferLimit

Constructors

Link copied to clipboard
constructor(name: String? = null, transferLimit: Int? = null)

Properties

Link copied to clipboard
val name: String? = null
Link copied to clipboard
val transferLimit: Int? = null