wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.customer
/
ProvidedField
Provided
Field
@
Serializable
data
class
ProvidedField
(
type
:
Field.Type
?
,
description
:
String
?
,
choices
:
List
<
String
>
?
,
optional
:
Boolean
?
,
status
:
Sep12Status
?
,
error
:
String
?
)
Content copied to clipboard
Properties
Properties
choices
Link copied to clipboard
var
choices
:
List
<
String
>
?
=
null
Content copied to clipboard
description
Link copied to clipboard
var
description
:
String
?
=
null
Content copied to clipboard
error
Link copied to clipboard
var
error
:
String
?
=
null
Content copied to clipboard
optional
Link copied to clipboard
var
optional
:
Boolean
?
=
null
Content copied to clipboard
status
Link copied to clipboard
var
status
:
Sep12Status
?
=
null
Content copied to clipboard
type
Link copied to clipboard
var
type
:
Field.Type
?
=
null
Content copied to clipboard