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.

Constructors

Link copied to clipboard
constructor(label: String?, value: String)

Properties

Link copied to clipboard
Link copied to clipboard