ConveyorFinanceControllerResponse

Properties

Name
Type
Description
Notes

input

[optional]

convey

[optional]

data

[optional]

tx

[optional]

signed

[optional]

success

bool

message

str

Example

from moonsdk.models.conveyor_finance_controller_response import ConveyorFinanceControllerResponse

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

# convert the object into a dict
conveyor_finance_controller_response_dict = conveyor_finance_controller_response_instance.to_dict()
# create an instance of ConveyorFinanceControllerResponse from a dict
conveyor_finance_controller_response_form_dict = conveyor_finance_controller_response.from_dict(conveyor_finance_controller_response_dict)

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

Last updated