wallet-sdk
1.2.0
wallet-sdk
/
org.stellar.walletsdk.customer
/
GetCustomerResponse
Get
Customer
Response
@
Serializable
data
class
GetCustomerResponse
(
id
:
String
?
,
status
:
Sep12Status
?
,
fields
:
Map
<
String
?
,
Field
?
>
?
,
providedFields
:
Map
<
String
,
ProvidedField
>
?
,
message
:
String
?
)
Content copied to clipboard
Properties
Properties
fields
Link copied to clipboard
var
fields
:
Map
<
String
?
,
Field
?
>
?
=
null
Content copied to clipboard
id
Link copied to clipboard
var
id
:
String
?
=
null
Content copied to clipboard
message
Link copied to clipboard
var
message
:
String
?
=
null
Content copied to clipboard
providedFields
Link copied to clipboard
var
providedFields
:
Map
<
String
,
ProvidedField
>
?
=
null
Content copied to clipboard
status
Link copied to clipboard
var
status
:
Sep12Status
?
=
null
Content copied to clipboard