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
fromwallet.models.outbound_sms_payment_object_broadcast_idimportOutboundSMSPaymentObjectBroadcastID# TODO update the JSON string belowjson="{}"# create an instance of OutboundSMSPaymentObjectBroadcastID from a JSON stringoutbound_sms_payment_object_broadcast_id_instance=OutboundSMSPaymentObjectBroadcastID.from_json(json)
# print the JSON string representation of the objectprintOutboundSMSPaymentObjectBroadcastID.to_json()
# convert the object into a dictoutbound_sms_payment_object_broadcast_id_dict=outbound_sms_payment_object_broadcast_id_instance.to_dict()
# create an instance of OutboundSMSPaymentObjectBroadcastID from a dictoutbound_sms_payment_object_broadcast_id_form_dict=outbound_sms_payment_object_broadcast_id.from_dict(outbound_sms_payment_object_broadcast_id_dict)