toggle menu
Wow
3.16.8
jvm
switch theme
search in API
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