toggle menu
WrapperPPS
androidJvm
switch theme
search in API
WrapperPPS
/
br.com.uol.pagseguro.plugpagservice.wrapper.metric
/
MetricResult
Metric
Result
data
class
MetricResult
(
var
result
:
String
=
""
,
var
errorCode
:
String
=
""
,
var
errorMessage
:
String
=
""
,
var
resultInitialized
:
Boolean
=
true
)
Members
Constructors
Metric
Result
Link copied to clipboard
constructor
(
result
:
String
=
""
,
errorCode
:
String
=
""
,
errorMessage
:
String
=
""
,
resultInitialized
:
Boolean
=
true
)
Properties
error
Code
Link copied to clipboard
var
errorCode
:
String
error
Message
Link copied to clipboard
var
errorMessage
:
String
result
Link copied to clipboard
var
result
:
String
result
Initialized
Link copied to clipboard
var
resultInitialized
:
Boolean