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