{
"name": "string",
"description": "string",
"enabled": true,
"trigger_on_any_condition": true,
"skip_other_rules_when_triggered": true,
"type": "BANK",
"conditions": [
{
"field_name": "string",
"operator": "EQUALS",
"value": "string"
}
],
"actions": [
{
"order": 0,
"action_type": "SET_YNAB_FIELD",
"field_name": "string",
"value": "string"
}
],
"bank_accounts": [
{
"id": 0,
"order": 0
}
],
"transfer_links": [
{
"id": 0,
"order": 0
}
],
"destinations": [
{
"type": "YNAB",
"id": 0,
"order": 0
}
],
"banks": [
{
"id": 0,
"order": 0
}
]
}