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.fetch_customer_tickets_with_token_requestimportFetchCustomerTicketsWithTokenRequest# TODO update the JSON string belowjson="{}"# create an instance of FetchCustomerTicketsWithTokenRequest from a JSON stringfetch_customer_tickets_with_token_request_instance=FetchCustomerTicketsWithTokenRequest.from_json(json)
# print the JSON string representation of the objectprintFetchCustomerTicketsWithTokenRequest.to_json()
# convert the object into a dictfetch_customer_tickets_with_token_request_dict=fetch_customer_tickets_with_token_request_instance.to_dict()
# create an instance of FetchCustomerTicketsWithTokenRequest from a dictfetch_customer_tickets_with_token_request_form_dict=fetch_customer_tickets_with_token_request.from_dict(fetch_customer_tickets_with_token_request_dict)