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
Notification id of the communication sent from Ingram.
[optional]
quote_number
str
Quote number for the renewal.
[optional]
Example
fromxi.sdk.resellers.models.renewals_details_response_reference_numberimportRenewalsDetailsResponseReferenceNumber# TODO update the JSON string belowjson="{}"# create an instance of RenewalsDetailsResponseReferenceNumber from a JSON stringrenewals_details_response_reference_number_instance=RenewalsDetailsResponseReferenceNumber.from_json(json)
# print the JSON string representation of the objectprint(RenewalsDetailsResponseReferenceNumber.to_json())
# convert the object into a dictrenewals_details_response_reference_number_dict=renewals_details_response_reference_number_instance.to_dict()
# create an instance of RenewalsDetailsResponseReferenceNumber from a dictrenewals_details_response_reference_number_from_dict=RenewalsDetailsResponseReferenceNumber.from_dict(renewals_details_response_reference_number_dict)