wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.customer
/
Field
Field
@
Serializable
data
class
Field
(
type
:
Field.Type
?
,
description
:
String
?
,
choices
:
List
<
String
>
?
,
optional
:
Boolean
?
)
Content copied to clipboard
Types
Properties
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
Field.Type
>
Content copied to clipboard
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
optional
Link copied to clipboard
var
optional
:
Boolean
?
=
null
Content copied to clipboard
type
Link copied to clipboard
var
type
:
Field.Type
?
=
null
Content copied to clipboard