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
Represents the sum of points redeemed on that particular date
Example
fromwallet.models.ms_analytics_member_points_redeemed_partitioned_by_dateimportMSAnalyticsMemberPointsRedeemedPartitionedByDate# TODO update the JSON string belowjson="{}"# create an instance of MSAnalyticsMemberPointsRedeemedPartitionedByDate from a JSON stringms_analytics_member_points_redeemed_partitioned_by_date_instance=MSAnalyticsMemberPointsRedeemedPartitionedByDate.from_json(json)
# print the JSON string representation of the objectprintMSAnalyticsMemberPointsRedeemedPartitionedByDate.to_json()
# convert the object into a dictms_analytics_member_points_redeemed_partitioned_by_date_dict=ms_analytics_member_points_redeemed_partitioned_by_date_instance.to_dict()
# create an instance of MSAnalyticsMemberPointsRedeemedPartitionedByDate from a dictms_analytics_member_points_redeemed_partitioned_by_date_form_dict=ms_analytics_member_points_redeemed_partitioned_by_date.from_dict(ms_analytics_member_points_redeemed_partitioned_by_date_dict)