toggle menu
processout-android
4.31.0
androidJvm
switch theme
search in API
sdk
/
com.processout.sdk.api.model.response.napm.v2
/
PONativeAlternativePaymentCustomerInstruction
/
Message
Message
@
JsonClass
(
generateAdapter
=
true
)
data
class
Message
(
val
label
:
String
?
,
val
value
:
String
)
:
PONativeAlternativePaymentCustomerInstruction
Customer instruction provided as a markdown text.
Parameters
label
Optional label.
value
Markdown text.
Members
Constructors
Message
Link copied to clipboard
constructor
(
label
:
String
?
,
value
:
String
)
Properties
label
Link copied to clipboard
val
label
:
String
?
value
Link copied to clipboard
val
value
:
String