DeliveryRequest
Overview
The DeliveryRequest schema contains a collection of information that holds recipient and delivery information.
{
transactionIdentifier* string
Gets or Sets TransactionIdentifier
passthroughIdentifier string
nullable: true
Gets or Sets PassthroughID
recipients [
nullable: true
Gets or Sets Recipients
Recipient{...}]
returnAddress ReturnAddress{...}
callback Callback{...}
bre string
nullable: true
Gets or Sets BRE
}