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
This denotes the flag which identifies if the agreement is commercial LOB or Personal LOB.
[optional]
Example
fromopenapi_client.models.pf_check_endorsements_requestimportPFCheckEndorsementsRequest# TODO update the JSON string belowjson="{}"# create an instance of PFCheckEndorsementsRequest from a JSON stringpf_check_endorsements_request_instance=PFCheckEndorsementsRequest.from_json(json)
# print the JSON string representation of the objectprint(PFCheckEndorsementsRequest.to_json())
# convert the object into a dictpf_check_endorsements_request_dict=pf_check_endorsements_request_instance.to_dict()
# create an instance of PFCheckEndorsementsRequest from a dictpf_check_endorsements_request_from_dict=PFCheckEndorsementsRequest.from_dict(pf_check_endorsements_request_dict)