GenerateResults

Overview

The GenerateResults schema contains the the result, or response, object for the Generate operation.

{
passthroughIdentifier	string
nullable: true
Gets or Sets PassthroughIdentifier

transactionIdentifier	string
nullable: true
Gets or Sets PassthroughIdentifier

status*	RequestStatusstring
Gets or Sets RequestStatus

Enum:
[ Incomplete, Sucessful, Failed ]
statusDescription	string
nullable: true
Gets or Sets StatusDescription

documents	DocSet{...}
delivery	DeliveryResult{...}
}