``` json

{
     "name": "EvaluateOrderRevision",
     "description": "Evaluate new revised order",
     "type": "ORDER",
     "subtype": "HD",
     "eventType": "NORMAL",
     "rules": [
         {
             "name": "FLUENTRETAIL.base.UpdateRevisedOrderAttribute",
             "props": {}
         },
         {
             "name": "FLUENTRETAIL.base.VerifyBillingAccount",
             "props": {
                 "BillingAccountExistsEventName": "ProcessBillingAccount",
                 "NoBillingAccountExistsEventName": "NewBillingAccount"
             }
         }
     ],
     "triggers": [
         {
             "status": "PENDING_PAYMENT"
         },
         {
             "status": "CREATED"
         },
         {
             "status": "BOOKED"
         }
     ],
     "userActions": []
 }
```