| Package | Description |
|---|---|
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
TransactionVoid |
TransactionVoidService.read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
TransactionVoid |
TransactionVoidService.read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
TransactionVoid |
TransactionVoidService.voidOffline(Long spaceId,
Long id)
voidOffline
This operation voids the transaction offline.
|
TransactionVoid |
TransactionVoidService.voidOffline(Long spaceId,
Long id,
Map<String,Object> params)
voidOffline
This operation voids the transaction offline.
|
TransactionVoid |
TransactionVoidService.voidOnline(Long spaceId,
Long id)
voidOnline
This operation voids the transaction online.
|
TransactionVoid |
TransactionVoidService.voidOnline(Long spaceId,
Long id,
Map<String,Object> params)
voidOnline
This operation voids the transaction online.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransactionVoid> |
TransactionVoidService.search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<TransactionVoid> |
TransactionVoidService.search(Long spaceId,
EntityQuery query,
Map<String,Object> params)
Search
Searches for the entities as specified by the given query.
|
Copyright © 2023. All rights reserved.