FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

mx-openapi-rs/docs/InsightResponse.md at main · kodebooth/mx-openapi-rs · GitHub

Latest commit

 

History

History
31 lines (26 loc) · 3.01 KB

File metadata and controls

31 lines (26 loc) · 3.01 KB

InsightResponse

Properties

Name Type Description Notes
active_at Option<String> The date and time when the insight was activated, represented in ISO 8601 format with a timestamp. [optional]
client_guid Option<String> The unique identifier for the client associated with the insight. Defined by MX. [optional]
created_at Option<String> The date and time the insight was created, represented in ISO 8601 format with a timestamp. [optional]
cta_clicked_at Option<String> The date and time when a call-to-action was clicked, represented in ISO 8601 format with a timestamp. [optional]
description Option<String> The human-readable information being delivered to the end user. [optional]
guid Option<String> The unique identifier for the insight. Defined by MX. [optional]
has_associated_accounts Option<bool> Indicates whether there are accounts associated with the insight. [optional]
has_associated_categories Option<bool> Indicates whether there are categories associated with the insight. [optional]
has_associated_merchants Option<bool> Indicates whether there are merchants associated with the insight. [optional]
has_associated_scheduled_payments Option<bool> Indicates whether there are scheduled payments associated with the insight. [optional]
has_associated_transactions Option<bool> Indicates whether there are transactions associated with the insight. [optional]
has_been_displayed Option<bool> Indicates whether the insight has been shown to the end user. [optional]
is_dismissed Option<bool> Indicates whether the insight has been dismissed by the user. [optional]
micro_call_to_action Option<String> A short call-to-action text for prompting user engagement. [optional]
micro_description Option<String> A condensed description of the insight. [optional]
micro_title Option<String> A shorter version of title. For example, Price Increase or Paycheck Deposit. [optional]
template Option<String> A short label for the type of insight being delivered, for example, SubscriptionPriceIncrease or MonthlyCategoryTotal. [optional]
title Option<String> The title for the specific insight, for example, Price Increase or Paycheck Deposit. [optional]
updated_at Option<String> The date and time the resource was last updated in ISO 8601 format with a timestamp. For categories, this field will always be null when is_default is true. [optional]
user_guid Option<String> The unique identifier for the user. Defined by MX. [optional]
user_id Option<String> The unique partner-defined identifier for the user. [optional]

[Back to Model list] [Back to API list] [Back to README]


Back | FazBrowse Home | New Git URL