STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api_ktx.mybusiness.model.form
/
LocationItem
/
Location
Location
data
class
Location
(
var
address
:
String
?
,
var
zipCode
:
String
?
,
var
city
:
String
?
,
var
country
:
String
?
,
var
state
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Location
Link copied to clipboard
fun
Location
(
address
:
String
?
,
zipCode
:
String
?
,
city
:
String
?
,
country
:
String
?
,
state
:
String
?
)
Content copied to clipboard
Properties
address
Link copied to clipboard
var
address
:
String
?
Content copied to clipboard
city
Link copied to clipboard
var
city
:
String
?
Content copied to clipboard
country
Link copied to clipboard
var
country
:
String
?
Content copied to clipboard
state
Link copied to clipboard
var
state
:
String
?
Content copied to clipboard
zipCode
Link copied to clipboard
var
zipCode
:
String
?
Content copied to clipboard