Name | Type | Description | Notes |
---|---|---|---|
billing_ended_on | datetime | [optional] |
from qovery.models.billing_end import BillingEnd
# TODO update the JSON string below
json = "{}"
# create an instance of BillingEnd from a JSON string
billing_end_instance = BillingEnd.from_json(json)
# print the JSON string representation of the object
print BillingEnd.to_json()
# convert the object into a dict
billing_end_dict = billing_end_instance.to_dict()
# create an instance of BillingEnd from a dict
billing_end_form_dict = billing_end.from_dict(billing_end_dict)