ChangeAddress

@Summary(value = "修改收货地址")
@CommandRoute(prefix = "customer/{customerId}", path = "address", method = CommandRoute.Method.PUT, appendIdPath = CommandRoute.AppendPath.ALWAYS)
data class ChangeAddress(val id: String, val shippingAddress: ShippingAddress)

ChangeAddress .

Author

ahoo wang

Constructors

Link copied to clipboard
constructor(id: String, shippingAddress: ShippingAddress)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard