Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
example-api
/
me.ahoo.wow.example.api.order
/
ShippingAddress
Shipping
Address
@
ValueObject
data
class
ShippingAddress
(
val
country
:
String
,
val
province
:
String
,
val
city
:
String
,
val
district
:
String
,
val
detail
:
String
)
OrderAddress .
Author
ahoo wang
Members
Constructors
Shipping
Address
Link copied to clipboard
constructor
(
country
:
String
,
province
:
String
,
city
:
String
,
district
:
String
,
detail
:
String
)
Properties
city
Link copied to clipboard
val
city
:
String
country
Link copied to clipboard
@
NotBlank
val
country
:
String
detail
Link copied to clipboard
val
detail
:
String
district
Link copied to clipboard
val
district
:
String
province
Link copied to clipboard
@
NotBlank
val
province
:
String