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.save_merchant_credit_payment_design_requestimportSaveMerchantCreditPaymentDesignRequest# TODO update the JSON string belowjson="{}"# create an instance of SaveMerchantCreditPaymentDesignRequest from a JSON stringsave_merchant_credit_payment_design_request_instance=SaveMerchantCreditPaymentDesignRequest.from_json(json)
# print the JSON string representation of the objectprintSaveMerchantCreditPaymentDesignRequest.to_json()
# convert the object into a dictsave_merchant_credit_payment_design_request_dict=save_merchant_credit_payment_design_request_instance.to_dict()
# create an instance of SaveMerchantCreditPaymentDesignRequest from a dictsave_merchant_credit_payment_design_request_form_dict=save_merchant_credit_payment_design_request.from_dict(save_merchant_credit_payment_design_request_dict)