Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.04 KB

File metadata and controls

29 lines (20 loc) · 1.04 KB

SecurePFQuoteBookingRequest

Properties

Name Type Description Notes
quote_key int

Example

from openapi_client.models.secure_pf_quote_booking_request import SecurePFQuoteBookingRequest

# TODO update the JSON string below
json = "{}"
# create an instance of SecurePFQuoteBookingRequest from a JSON string
secure_pf_quote_booking_request_instance = SecurePFQuoteBookingRequest.from_json(json)
# print the JSON string representation of the object
print(SecurePFQuoteBookingRequest.to_json())

# convert the object into a dict
secure_pf_quote_booking_request_dict = secure_pf_quote_booking_request_instance.to_dict()
# create an instance of SecurePFQuoteBookingRequest from a dict
secure_pf_quote_booking_request_from_dict = SecurePFQuoteBookingRequest.from_dict(secure_pf_quote_booking_request_dict)

[Back to Model list] [Back to API list] [Back to README]