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 refunded on that particular date
Example
fromwallet.models.ms_analytics_member_points_refunded_partitioned_by_dateimportMSAnalyticsMemberPointsRefundedPartitionedByDate# TODO update the JSON string belowjson="{}"# create an instance of MSAnalyticsMemberPointsRefundedPartitionedByDate from a JSON stringms_analytics_member_points_refunded_partitioned_by_date_instance=MSAnalyticsMemberPointsRefundedPartitionedByDate.from_json(json)
# print the JSON string representation of the objectprintMSAnalyticsMemberPointsRefundedPartitionedByDate.to_json()
# convert the object into a dictms_analytics_member_points_refunded_partitioned_by_date_dict=ms_analytics_member_points_refunded_partitioned_by_date_instance.to_dict()
# create an instance of MSAnalyticsMemberPointsRefundedPartitionedByDate from a dictms_analytics_member_points_refunded_partitioned_by_date_form_dict=ms_analytics_member_points_refunded_partitioned_by_date.from_dict(ms_analytics_member_points_refunded_partitioned_by_date_dict)