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_refund_detail_get200_response_dataimportMerchantPaymentRefundDetailGet200ResponseData# TODO update the JSON string belowjson="{}"# create an instance of MerchantPaymentRefundDetailGet200ResponseData from a JSON stringmerchant_payment_refund_detail_get200_response_data_instance=MerchantPaymentRefundDetailGet200ResponseData.from_json(json)
# print the JSON string representation of the objectprintMerchantPaymentRefundDetailGet200ResponseData.to_json()
# convert the object into a dictmerchant_payment_refund_detail_get200_response_data_dict=merchant_payment_refund_detail_get200_response_data_instance.to_dict()
# create an instance of MerchantPaymentRefundDetailGet200ResponseData from a dictmerchant_payment_refund_detail_get200_response_data_form_dict=merchant_payment_refund_detail_get200_response_data.from_dict(merchant_payment_refund_detail_get200_response_data_dict)