messageType property
The message type. Possible string values are:
- "MESSAGE_TYPE_UNSPECIFIED"
- "TEXT" : Renders the message as text on the card details screen. This is the default message type.
- "text" : Legacy alias for
TEXT
. Deprecated. - "EXPIRATION_NOTIFICATION" : Note: This enum is currently not supported.
- "expirationNotification" : Legacy alias for
EXPIRATION_NOTIFICATION
. Deprecated.
Implementation
core.String? messageType;