| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
RenderedDocument |
RenderedDocument.data(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
RenderedDocument |
TransactionInvoiceService.getInvoiceDocument(Long spaceId,
Long id)
getInvoiceDocument
Returns the PDF document for the transaction invoice with given id.
|
RenderedDocument |
TransactionService.getInvoiceDocument(Long spaceId,
Long id)
getInvoiceDocument
Returns the PDF document for the transaction invoice with given id.
|
RenderedDocument |
TransactionInvoiceService.getInvoiceDocument(Long spaceId,
Long id,
Map<String,Object> params)
getInvoiceDocument
Returns the PDF document for the transaction invoice with given id.
|
RenderedDocument |
TransactionService.getInvoiceDocument(Long spaceId,
Long id,
Map<String,Object> params)
getInvoiceDocument
Returns the PDF document for the transaction invoice with given id.
|
RenderedDocument |
TransactionInvoiceService.getInvoiceDocumentWithTargetMediaType(Long spaceId,
Long id,
Long targetMediaTypeId)
getInvoiceDocumentWithTargetMediaType
Returns the PDF document for the transaction invoice with given id and target media type id.
|
RenderedDocument |
TransactionInvoiceService.getInvoiceDocumentWithTargetMediaType(Long spaceId,
Long id,
Long targetMediaTypeId,
Map<String,Object> params)
getInvoiceDocumentWithTargetMediaType
Returns the PDF document for the transaction invoice with given id and target media type id.
|
RenderedDocument |
TransactionService.getPackingSlip(Long spaceId,
Long id)
getPackingSlip
Returns the packing slip for the transaction with given id.
|
RenderedDocument |
TransactionService.getPackingSlip(Long spaceId,
Long id,
Map<String,Object> params)
getPackingSlip
Returns the packing slip for the transaction with given id.
|
RenderedDocument |
RefundService.getRefundDocument(Long spaceId,
Long id)
getRefundDocument
Returns the PDF document for the refund with given id.
|
RenderedDocument |
RefundService.getRefundDocument(Long spaceId,
Long id,
Map<String,Object> params)
getRefundDocument
Returns the PDF document for the refund with given id.
|
RenderedDocument |
RefundService.getRefundDocumentWithTargetMediaType(Long spaceId,
Long id,
Long targetMediaTypeId)
getRefundDocumentWithTargetMediaType
Returns the PDF document for the refund with given id and the given target media type.
|
RenderedDocument |
RefundService.getRefundDocumentWithTargetMediaType(Long spaceId,
Long id,
Long targetMediaTypeId,
Map<String,Object> params)
getRefundDocumentWithTargetMediaType
Returns the PDF document for the refund with given id and the given target media type.
|
Copyright © 2023. All rights reserved.