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 amount redeemed on that particular date
Example
fromwallet.models.ms_analytics_membership_tier_amount_redeemed_partitioned_by_dateimportMSAnalyticsMembershipTierAmountRedeemedPartitionedByDate# TODO update the JSON string belowjson="{}"# create an instance of MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate from a JSON stringms_analytics_membership_tier_amount_redeemed_partitioned_by_date_instance=MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.from_json(json)
# print the JSON string representation of the objectprintMSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.to_json()
# convert the object into a dictms_analytics_membership_tier_amount_redeemed_partitioned_by_date_dict=ms_analytics_membership_tier_amount_redeemed_partitioned_by_date_instance.to_dict()
# create an instance of MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate from a dictms_analytics_membership_tier_amount_redeemed_partitioned_by_date_form_dict=ms_analytics_membership_tier_amount_redeemed_partitioned_by_date.from_dict(ms_analytics_membership_tier_amount_redeemed_partitioned_by_date_dict)