| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionCompletion |
TransactionInvoice.completion |
| Modifier and Type | Method and Description |
|---|---|
TransactionCompletion |
TransactionInvoice.getCompletion() |
| Modifier and Type | Method and Description |
|---|---|
TransactionCompletion |
TransactionCompletionService.completeOffline(Long spaceId,
Long id)
completeOffline
This operation completes the transaction offline.
|
TransactionCompletion |
TransactionCompletionService.completeOffline(Long spaceId,
Long id,
Map<String,Object> params)
completeOffline
This operation completes the transaction offline.
|
TransactionCompletion |
TransactionCompletionService.completeOnline(Long spaceId,
Long id)
completeOnline
This operation completes the transaction online.
|
TransactionCompletion |
TransactionCompletionService.completeOnline(Long spaceId,
Long id,
Map<String,Object> params)
completeOnline
This operation completes the transaction online.
|
TransactionCompletion |
TransactionCompletionService.completePartiallyOffline(Long spaceId,
TransactionCompletionRequest completion)
completePartiallyOffline
This operation can be used to partially complete the transaction offline.
|
TransactionCompletion |
TransactionCompletionService.completePartiallyOffline(Long spaceId,
TransactionCompletionRequest completion,
Map<String,Object> params)
completePartiallyOffline
This operation can be used to partially complete the transaction offline.
|
TransactionCompletion |
TransactionCompletionService.completePartiallyOnline(Long spaceId,
TransactionCompletionRequest completion)
completePartiallyOnline
This operation can be used to partially complete the transaction online.
|
TransactionCompletion |
TransactionCompletionService.completePartiallyOnline(Long spaceId,
TransactionCompletionRequest completion,
Map<String,Object> params)
completePartiallyOnline
This operation can be used to partially complete the transaction online.
|
TransactionCompletion |
TransactionCompletionService.read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
TransactionCompletion |
TransactionCompletionService.read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransactionCompletion> |
TransactionCompletionService.search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<TransactionCompletion> |
TransactionCompletionService.search(Long spaceId,
EntityQuery query,
Map<String,Object> params)
Search
Searches for the entities as specified by the given query.
|
Copyright © 2022. All rights reserved.