kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Autofill
/
AddressField
Address
Field
@
Serializable
data
class
AddressField
(
val
name
:
String
,
val
value
:
String
)
Members
Constructors
Address
Field
Link copied to clipboard
constructor
(
name
:
String
,
value
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
address field name, for example GIVEN_NAME.
value
Link copied to clipboard
val
value
:
String
address field value, for example Jon Doe.