You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The identifier of the transaction in the loyalty ledger.
Example
fromtalon_one.models.integration_hub_event_payload_loyalty_profile_based_points_changed_notification_actionimportIntegrationHubEventPayloadLoyaltyProfileBasedPointsChangedNotificationAction# TODO update the JSON string belowjson="{}"# create an instance of IntegrationHubEventPayloadLoyaltyProfileBasedPointsChangedNotificationAction from a JSON stringintegration_hub_event_payload_loyalty_profile_based_points_changed_notification_action_instance=IntegrationHubEventPayloadLoyaltyProfileBasedPointsChangedNotificationAction.from_json(json)
# print the JSON string representation of the objectprint(IntegrationHubEventPayloadLoyaltyProfileBasedPointsChangedNotificationAction.to_json())
# convert the object into a dictintegration_hub_event_payload_loyalty_profile_based_points_changed_notification_action_dict=integration_hub_event_payload_loyalty_profile_based_points_changed_notification_action_instance.to_dict()
# create an instance of IntegrationHubEventPayloadLoyaltyProfileBasedPointsChangedNotificationAction from a dictintegration_hub_event_payload_loyalty_profile_based_points_changed_notification_action_from_dict=IntegrationHubEventPayloadLoyaltyProfileBasedPointsChangedNotificationAction.from_dict(integration_hub_event_payload_loyalty_profile_based_points_changed_notification_action_dict)