Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.38 KB

File metadata and controls

28 lines (19 loc) · 1.38 KB

WTWalletConfigurationSaveWalletRecordSmsOptInSourceID

Properties

Name Type Description Notes

Example

from wallet.models.wt_wallet_configuration_save_wallet_record_sms_opt_in_source_id import WTWalletConfigurationSaveWalletRecordSmsOptInSourceID

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

# convert the object into a dict
wt_wallet_configuration_save_wallet_record_sms_opt_in_source_id_dict = wt_wallet_configuration_save_wallet_record_sms_opt_in_source_id_instance.to_dict()
# create an instance of WTWalletConfigurationSaveWalletRecordSmsOptInSourceID from a dict
wt_wallet_configuration_save_wallet_record_sms_opt_in_source_id_form_dict = wt_wallet_configuration_save_wallet_record_sms_opt_in_source_id.from_dict(wt_wallet_configuration_save_wallet_record_sms_opt_in_source_id_dict)

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