Account Update Request
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)