VoucherDateSelection
Type, Introduced in version 23.9
Used to make a selection on voucher dates.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
FromDate | DateTimeOffset | The voucher date to select from.
|
|
ToDate | DateTimeOffset | The voucher date to select to.
|
Example
{
"FromDate": "0001-01-01T00:00:00+00:00",
"ToDate": "0001-01-01T00:00:00+00:00"
}