OBJECT

TransactionCsv

link GraphQL Schema definition

  • type TransactionCsv {
  • # CSV in string format.
  • csv: String!
  • # The date timestamp (ISO 8601 UTC time) to be inputted in the subsequent call to
  • # get the truncated transactions.
  • nextFromDate: String
  • # Amount of rows was truncated.
  • rowsTruncated: Int
  • }

link Require by