Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.91 KB

File metadata and controls

28 lines (19 loc) · 1.91 KB

PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID

Properties

Name Type Description Notes

Example

from wallet.models.pick_ss_outbound_message_log_exclude_keyof_ss_outbound_message_log_to_cell_phone_payment_object_broadcast_id import PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID

# TODO update the JSON string below
json = "{}"
# create an instance of PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID from a JSON string
pick_ss_outbound_message_log_exclude_keyof_ss_outbound_message_log_to_cell_phone_payment_object_broadcast_id_instance = PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.from_json(json)
# print the JSON string representation of the object
print PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.to_json()

# convert the object into a dict
pick_ss_outbound_message_log_exclude_keyof_ss_outbound_message_log_to_cell_phone_payment_object_broadcast_id_dict = pick_ss_outbound_message_log_exclude_keyof_ss_outbound_message_log_to_cell_phone_payment_object_broadcast_id_instance.to_dict()
# create an instance of PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID from a dict
pick_ss_outbound_message_log_exclude_keyof_ss_outbound_message_log_to_cell_phone_payment_object_broadcast_id_form_dict = pick_ss_outbound_message_log_exclude_keyof_ss_outbound_message_log_to_cell_phone_payment_object_broadcast_id.from_dict(pick_ss_outbound_message_log_exclude_keyof_ss_outbound_message_log_to_cell_phone_payment_object_broadcast_id_dict)

[Back to Model list] [Back to API list] [Back to README]