PdfStatement
Custom information for a PDF statement
type PdfStatement implements StatementInfo {
type: StatementType
url: String
expiresAt: DateTime
}
Fields
PdfStatement.type
● StatementType
enum
statement type
PdfStatement.url
● String
scalar
temporary public url on which the file can be accessed
PdfStatement.expiresAt
● DateTime
scalar
date at which the link will not be useable anymore
Interfaces
StatementInfo
interface
Custom information for a certain type of statement