Skip to main content

GeneratedTransactionStatementStatusInfo

No description

type GeneratedTransactionStatementStatusInfo implements TransactionStatementStatusInfo {
status: TransactionStatementStatusEnum!
url: URL!
expiresAt: DateTime!
}

Fields

GeneratedTransactionStatementStatusInfo.status ● TransactionStatementStatusEnum! non-null enum

status of the transaction statement

GeneratedTransactionStatementStatusInfo.url ● URL! non-null scalar

temporary public url on which the file can be accessed

GeneratedTransactionStatementStatusInfo.expiresAt ● DateTime! non-null scalar

date at which the document will expire

Interfaces

TransactionStatementStatusInfo interface