| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
TransactionPending |
TransactionPending.id(Long id) |
TransactionPending |
TransactionPending.version(Long version) |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
TransactionService.confirm(Long spaceId,
TransactionPending transactionModel)
Confirm
The confirm operation marks the transaction as confirmed.
|
Transaction |
TransactionService.confirm(Long spaceId,
TransactionPending transactionModel,
Map<String,Object> params)
Confirm
The confirm operation marks the transaction as confirmed.
|
com.google.api.client.http.HttpResponse |
TransactionService.confirmForHttpResponse(Long spaceId,
TransactionPending transactionModel) |
com.google.api.client.http.HttpResponse |
TransactionService.confirmForHttpResponse(Long spaceId,
TransactionPending transactionModel,
Map<String,Object> params) |
Transaction |
TransactionService.update(Long spaceId,
TransactionPending entity)
Update
This updates the entity with the given properties.
|
Transaction |
TransactionService.update(Long spaceId,
TransactionPending entity,
Map<String,Object> params)
Update
This updates the entity with the given properties.
|
com.google.api.client.http.HttpResponse |
TransactionService.updateForHttpResponse(Long spaceId,
TransactionPending entity) |
com.google.api.client.http.HttpResponse |
TransactionService.updateForHttpResponse(Long spaceId,
TransactionPending entity,
Map<String,Object> params) |
Copyright © 2021. All rights reserved.