{
"name": "string",
"method_id": "REQUEST_METHOD_UNKNOWN",
"tx_type": "TRANSACTION_TYPE_PAYMENT",
"params": [
{
"name": "string",
"param_type": "VALUE_TYPE_UNKNOWN",
"required": true,
"default_value": {
"bool_val": true
},
"display_name": "string",
"sensitive": true,
"runtime_param": true,
"helper_text": "string",
"template_locked": true,
"validation": "VALIDATION_NONE"
}
],
"url": "string",
"response": [
{
"name": "string",
"param_type": "VALUE_TYPE_UNKNOWN",
"required": true,
"default_value": {
"bool_val": true
},
"display_name": "string",
"sensitive": true,
"runtime_param": true,
"helper_text": "string",
"template_locked": true,
"validation": "VALIDATION_NONE"
}
],
"runtime_params": {
"property1": {
"name": "string",
"param_type": "VALUE_TYPE_UNKNOWN",
"required": true,
"default_value": {
"bool_val": true
},
"display_name": "string",
"sensitive": true,
"runtime_param": true,
"helper_text": "string",
"template_locked": true,
"validation": "VALIDATION_NONE"
},
"property2": {
"name": "string",
"param_type": "VALUE_TYPE_UNKNOWN",
"required": true,
"default_value": {
"bool_val": true
},
"display_name": "string",
"sensitive": true,
"runtime_param": true,
"helper_text": "string",
"template_locked": true,
"validation": "VALIDATION_NONE"
}
}
}