HIUSubscriptionNotificationAcknowledgment
Properties
Example
from abdm.models.hiu_subscription_notification_acknowledgment import HIUSubscriptionNotificationAcknowledgment
# TODO update the JSON string below
json = "{}"
# create an instance of HIUSubscriptionNotificationAcknowledgment from a JSON string
hiu_subscription_notification_acknowledgment_instance = HIUSubscriptionNotificationAcknowledgment.from_json(json)
# print the JSON string representation of the object
print(HIUSubscriptionNotificationAcknowledgment.to_json())
# convert the object into a dict
hiu_subscription_notification_acknowledgment_dict = hiu_subscription_notification_acknowledgment_instance.to_dict()
# create an instance of HIUSubscriptionNotificationAcknowledgment from a dict
hiu_subscription_notification_acknowledgment_from_dict = HIUSubscriptionNotificationAcknowledgment.from_dict(hiu_subscription_notification_acknowledgment_dict)
[Back to Model list] [Back to API list] [Back to README]