PostClientsAddressRequest

@Serializable
data class PostClientsAddressRequest(val addressLine1: String? = null, val addressLine2: String? = null, val addressLine3: String? = null, val addressTypeId: Long? = null, val city: String? = null, val countryId: Long? = null, val isActive: Boolean? = null, val postalCode: Long? = null, val stateProvinceId: Long? = null, val street: String? = null)

Address requests

Parameters

addressLine1
addressLine2
addressLine3
addressTypeId
city
countryId
isActive
postalCode
stateProvinceId
street

Constructors

Link copied to clipboard
constructor(addressLine1: String? = null, addressLine2: String? = null, addressLine3: String? = null, addressTypeId: Long? = null, city: String? = null, countryId: Long? = null, isActive: Boolean? = null, postalCode: Long? = null, stateProvinceId: Long? = null, street: String? = null)

Properties

Link copied to clipboard
val addressLine1: String? = null
Link copied to clipboard
val addressLine2: String? = null
Link copied to clipboard
val addressLine3: String? = null
Link copied to clipboard
val addressTypeId: Long? = null
Link copied to clipboard
val city: String? = null
Link copied to clipboard
val countryId: Long? = null
Link copied to clipboard
val isActive: Boolean? = null
Link copied to clipboard
val postalCode: Long? = null
Link copied to clipboard
val stateProvinceId: Long? = null
Link copied to clipboard
val street: String? = null