Is used if and only if the bookingStatus entry equals \"information\". Every active standing order related to the dedicated payment account result into one entry.
| name | data type | constraints | description | 
|---|---|---|---|
| standingOrderDetails | StandingOrderDetails | required | Get standingOrderDetails | 
Example
{
  "standingOrderDetails" : {
    "startDate" : "...",
    "frequency" : "ANNUAL",
    "endDate" : "...",
    "executionRule" : "FOLLOWING",
    "withinAMonthFlag" : true,
    "monthsOfExecution" : [ "_1", "_11" ],
    "multiplicator" : 12345,
    "dayOfExecution" : "_29",
    "limitAmount" : {
      "currency" : "...",
      "amount" : "..."
    }
  }
}