PutClientClientIdAddressesRequest

@Serializable
data class PutClientClientIdAddressesRequest(val addressId: Long? = null, val street: String? = null)

PutClientClientIdAddressesRequest

Parameters

addressId
street

Constructors

Link copied to clipboard
constructor(addressId: Long? = null, street: String? = null)

Properties

Link copied to clipboard
val addressId: Long? = null
Link copied to clipboard
val street: String? = null