styleHint property
Can be used to render messages with different severity in different styles.
Snippets off all types contain important information that should be displayed to merchants. Possible string values are:
- "CALLOUT_STYLE_HINT_UNSPECIFIED" : Default value. Will never be provided by the API.
- "ERROR" : The most important type of information highlighting problems, like an unsuccessful outcome of previously requested actions.
- "WARNING" : Information warning about pending problems, risks or deadlines.
- "INFO" : Default severity for important information like pending status of previously requested action or cooldown for re-review.
Implementation
core.String? styleHint;