Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.25 KB

File metadata and controls

31 lines (22 loc) · 1.25 KB

Getcreditandthresholdinfoinresponse

Properties

Name Type Description Notes
data Getcreditandthresholdinfo [optional]
message str [optional]
status bool [optional]

Example

from hyperstack.models.getcreditandthresholdinfoinresponse import Getcreditandthresholdinfoinresponse

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

# convert the object into a dict
getcreditandthresholdinfoinresponse_dict = getcreditandthresholdinfoinresponse_instance.to_dict()
# create an instance of Getcreditandthresholdinfoinresponse from a dict
getcreditandthresholdinfoinresponse_from_dict = Getcreditandthresholdinfoinresponse.from_dict(getcreditandthresholdinfoinresponse_dict)

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