Skip to main content

CsvStatement

Custom information for a CSV statement

type CsvStatement implements StatementInfo {
type: StatementType
url: String
expiresAt: DateTime
}

Fields

CsvStatement.type ● StatementType enum

statement type

CsvStatement.url ● String scalar

temporary public url on which the file can be accessed

CsvStatement.expiresAt ● DateTime scalar

date at which the link will not be useable anymore

Interfaces

StatementInfo interface

Custom information for a certain type of statement