Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.3 KB

File metadata and controls

31 lines (22 loc) · 1.3 KB

Organizationcreditrechargelimitresponse

Properties

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

Example

from hyperstack.models.organizationcreditrechargelimitresponse import Organizationcreditrechargelimitresponse

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

# convert the object into a dict
organizationcreditrechargelimitresponse_dict = organizationcreditrechargelimitresponse_instance.to_dict()
# create an instance of Organizationcreditrechargelimitresponse from a dict
organizationcreditrechargelimitresponse_from_dict = Organizationcreditrechargelimitresponse.from_dict(organizationcreditrechargelimitresponse_dict)

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