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
fromopenapi_client.models.merchant_payment_method_list_get200_response_dataimportMerchantPaymentMethodListGet200ResponseData# TODO update the JSON string belowjson="{}"# create an instance of MerchantPaymentMethodListGet200ResponseData from a JSON stringmerchant_payment_method_list_get200_response_data_instance=MerchantPaymentMethodListGet200ResponseData.from_json(json)
# print the JSON string representation of the objectprintMerchantPaymentMethodListGet200ResponseData.to_json()
# convert the object into a dictmerchant_payment_method_list_get200_response_data_dict=merchant_payment_method_list_get200_response_data_instance.to_dict()
# create an instance of MerchantPaymentMethodListGet200ResponseData from a dictmerchant_payment_method_list_get200_response_data_form_dict=merchant_payment_method_list_get200_response_data.from_dict(merchant_payment_method_list_get200_response_data_dict)