| Package | Description |
|---|---|
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
TransactionInvoice |
TransactionInvoiceService.markAsDerecognized(Long spaceId,
Long id)
Mark as Derecognized
Marks the transaction invoice with the given id as derecognized.
|
TransactionInvoice |
TransactionInvoiceService.markAsDerecognized(Long spaceId,
Long id,
Map<String,Object> params)
Mark as Derecognized
Marks the transaction invoice with the given id as derecognized.
|
TransactionInvoice |
TransactionInvoiceService.markAsPaid(Long spaceId,
Long id)
Mark as Paid
Marks the transaction invoice with the given id as paid.
|
TransactionInvoice |
TransactionInvoiceService.markAsPaid(Long spaceId,
Long id,
Map<String,Object> params)
Mark as Paid
Marks the transaction invoice with the given id as paid.
|
TransactionInvoice |
TransactionInvoiceService.read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
TransactionInvoice |
TransactionInvoiceService.read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
TransactionInvoice |
TransactionInvoiceService.replace(Long spaceId,
Long id,
TransactionInvoiceReplacement replacement)
replace
Replaces the transaction invoice with given id with the replacement and returns the new transaction invoice.
|
TransactionInvoice |
TransactionInvoiceService.replace(Long spaceId,
Long id,
TransactionInvoiceReplacement replacement,
Map<String,Object> params)
replace
Replaces the transaction invoice with given id with the replacement and returns the new transaction invoice.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransactionInvoice> |
TransactionInvoiceService.search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<TransactionInvoice> |
TransactionInvoiceService.search(Long spaceId,
EntityQuery query,
Map<String,Object> params)
Search
Searches for the entities as specified by the given query.
|
Copyright © 2021. All rights reserved.