ABDM-HIU-SDK

PatientAuthNotificationAcknowledgementAcknowledgement

Properties

Name Type Description Notes
status str    

Example

from abdm.models.patient_auth_notification_acknowledgement_acknowledgement import PatientAuthNotificationAcknowledgementAcknowledgement

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

# convert the object into a dict
patient_auth_notification_acknowledgement_acknowledgement_dict = patient_auth_notification_acknowledgement_acknowledgement_instance.to_dict()
# create an instance of PatientAuthNotificationAcknowledgementAcknowledgement from a dict
patient_auth_notification_acknowledgement_acknowledgement_from_dict = PatientAuthNotificationAcknowledgementAcknowledgement.from_dict(patient_auth_notification_acknowledgement_acknowledgement_dict)

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