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" : "EVERYTWOMONTHS",
"endDate" : "...",
"executionRule" : "PRECEDING",
"withinAMonthFlag" : true,
"monthsOfExecution" : [ "_9", "_9" ],
"multiplicator" : 12345,
"dayOfExecution" : "_22",
"limitAmount" : {
"currency" : "...",
"amount" : "..."
}
}
}