Holds request fields that are necessary for retrieving the buyer's transactions.
- MinTransactionDate, Used to retrieve transactions that are created or modified after
this date. This field can be used together with MaxTransactionDate
to retrieve transactions within a certain time range.
This field is optional, if it is not used either send NULL or a
DateTime = DateTime.MinValue (0001-01-01 00:00:00). - MaxTransactionDate, Used to retrieve transactions that are created or modified before this date.
This field can be used together with MinTransactionDate to retrieve transactions
within a certain time range. This field is optional, if it is not used either
send NULL or a DateTime = DateTime.MaxValue (9999-12-31 00:00:00).