AccountUpdateRequest

data class AccountUpdateRequest(@Json(name = "external_id") val externalId: String? = null, @Json(name = "information") val accountInformation: AccountUpdateInformationRequest, @Json(name = "metadata") val metadata: Map<String, Any>? = null)

Updates an account in the system.

Constructors

Link copied to clipboard
constructor(@Json(name = "external_id") externalId: String? = null, @Json(name = "information") accountInformation: AccountUpdateInformationRequest, @Json(name = "metadata") metadata: Map<String, Any>? = null)

Properties

Link copied to clipboard

The account information to be updated.

Link copied to clipboard
val externalId: String? = null

External identifier in your platform

Link copied to clipboard
val metadata: Map<String, Any>? = null

The account metadata to be updated. Be aware that updating this value will override all metadata fields.