TransactionCsv
No description
type TransactionCsv {
csv: String!
nextFromDate: String
rowsTruncated: Int
}
Fields
TransactionCsv.csv ● String! non-null scalar
CSV in string format.
TransactionCsv.nextFromDate ● String scalar
The date timestamp (ISO 8601 UTC time) to be inputted in the subsequent call to get the truncated transactions.
TransactionCsv.rowsTruncated ● Int scalar
Amount of rows was truncated.