Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.55 KB

HIUSubscriptionRequestNotificationAcknowledgementAcknowledgement.md

File metadata and controls

30 lines (21 loc) · 1.55 KB

HIUSubscriptionRequestNotificationAcknowledgementAcknowledgement

Properties

Name Type Description Notes
status str
subscription_request_id str

Example

from abdm.models.hiu_subscription_request_notification_acknowledgement_acknowledgement import HIUSubscriptionRequestNotificationAcknowledgementAcknowledgement

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

# convert the object into a dict
hiu_subscription_request_notification_acknowledgement_acknowledgement_dict = hiu_subscription_request_notification_acknowledgement_acknowledgement_instance.to_dict()
# create an instance of HIUSubscriptionRequestNotificationAcknowledgementAcknowledgement from a dict
hiu_subscription_request_notification_acknowledgement_acknowledgement_from_dict = HIUSubscriptionRequestNotificationAcknowledgementAcknowledgement.from_dict(hiu_subscription_request_notification_acknowledgement_acknowledgement_dict)

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