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
fromyapily.models.api_response_of_create_hosted_vrp_payment_requestimportApiResponseOfCreateHostedVRPPaymentRequest# TODO update the JSON string belowjson="{}"# create an instance of ApiResponseOfCreateHostedVRPPaymentRequest from a JSON stringapi_response_of_create_hosted_vrp_payment_request_instance=ApiResponseOfCreateHostedVRPPaymentRequest.from_json(json)
# print the JSON string representation of the objectprintApiResponseOfCreateHostedVRPPaymentRequest.to_json()
# convert the object into a dictapi_response_of_create_hosted_vrp_payment_request_dict=api_response_of_create_hosted_vrp_payment_request_instance.to_dict()
# create an instance of ApiResponseOfCreateHostedVRPPaymentRequest from a dictapi_response_of_create_hosted_vrp_payment_request_from_dict=ApiResponseOfCreateHostedVRPPaymentRequest.from_dict(api_response_of_create_hosted_vrp_payment_request_dict)