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 refunded on that particular date
Example
fromwallet.models.ms_analytics_membership_tier_amount_refunded_partitioned_by_dateimportMSAnalyticsMembershipTierAmountRefundedPartitionedByDate# TODO update the JSON string belowjson="{}"# create an instance of MSAnalyticsMembershipTierAmountRefundedPartitionedByDate from a JSON stringms_analytics_membership_tier_amount_refunded_partitioned_by_date_instance=MSAnalyticsMembershipTierAmountRefundedPartitionedByDate.from_json(json)
# print the JSON string representation of the objectprintMSAnalyticsMembershipTierAmountRefundedPartitionedByDate.to_json()
# convert the object into a dictms_analytics_membership_tier_amount_refunded_partitioned_by_date_dict=ms_analytics_membership_tier_amount_refunded_partitioned_by_date_instance.to_dict()
# create an instance of MSAnalyticsMembershipTierAmountRefundedPartitionedByDate from a dictms_analytics_membership_tier_amount_refunded_partitioned_by_date_form_dict=ms_analytics_membership_tier_amount_refunded_partitioned_by_date.from_dict(ms_analytics_membership_tier_amount_refunded_partitioned_by_date_dict)