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
fromconekta.models.customer_payment_methods_dataimportCustomerPaymentMethodsData# TODO update the JSON string belowjson="{}"# create an instance of CustomerPaymentMethodsData from a JSON stringcustomer_payment_methods_data_instance=CustomerPaymentMethodsData.from_json(json)
# print the JSON string representation of the objectprintCustomerPaymentMethodsData.to_json()
# convert the object into a dictcustomer_payment_methods_data_dict=customer_payment_methods_data_instance.to_dict()
# create an instance of CustomerPaymentMethodsData from a dictcustomer_payment_methods_data_form_dict=customer_payment_methods_data.from_dict(customer_payment_methods_data_dict)