| Name | Type | Description | Notes |
|---|---|---|---|
| checkout_links | List[CheckoutLinkCalculated] | [optional] |
fromklimapi_python.models.checkout_links_calculatedimportCheckoutLinksCalculated# TODO update the JSON string belowjson="{}"# create an instance of CheckoutLinksCalculated from a JSON stringcheckout_links_calculated_instance=CheckoutLinksCalculated.from_json(json)
# print the JSON string representation of the objectprint(CheckoutLinksCalculated.to_json())
# convert the object into a dictcheckout_links_calculated_dict=checkout_links_calculated_instance.to_dict()
# create an instance of CheckoutLinksCalculated from a dictcheckout_links_calculated_from_dict=CheckoutLinksCalculated.from_dict(checkout_links_calculated_dict)