DeliveryTxnBuilder |
DeliveryTxnBuilder.addFileAttach(FileAttach fileAttach) |
Add the file attachment to the transaction (optional).
|
DeliveryTxnBuilder |
DeliveryTxnBuilder.addFormDataExtract(String name,
String value) |
Add form data (data extract) to the transaction.
|
DeliveryTxnBuilder |
DeliveryTxnBuilder.includeAllJobFileAttach() |
Specify to included all the job transaction file attachments with the delivery transaction (optional).
|
DeliveryTxnBuilder |
DeliveryTxnBuilder.setFormCode(String formCode) |
Set the transaction form code (required).
|
DeliveryTxnBuilder |
DeliveryTxnBuilder.setFormXml(String formXml) |
Set the transaction form XML data to be delivered (optional).
|
DeliveryTxnBuilder |
DeliveryTxnBuilder.setJobAction(JobAction jobAction) |
Set the job action and job to be associated with the transaction (optional).
|
DeliveryTxnBuilder |
DeliveryTxnBuilder.setLinkedTxnId(Number linkedTxnId) |
Set the linked transaction id (required).
|
DeliveryTxnBuilder |
DeliveryTxnBuilder.setReceiptData(byte[] receiptData) |
Set the PDF receipt data to be delivered (optional).
|