PostSelfBeneficiariesTPTRequest

@Serializable
data class PostSelfBeneficiariesTPTRequest(val accountNumber: Long? = null, val accountType: Int? = null, val locale: String? = null, val name: String? = null, val officeName: String? = null, val transferLimit: Int? = null)

PostSelfBeneficiariesTPTRequest

Parameters

accountNumber
accountType
locale
name
officeName
transferLimit

Constructors

Link copied to clipboard
constructor(accountNumber: Long? = null, accountType: Int? = null, locale: String? = null, name: String? = null, officeName: String? = null, transferLimit: Int? = null)

Properties

Link copied to clipboard
val accountNumber: Long? = null
Link copied to clipboard
val accountType: Int? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
val transferLimit: Int? = null