| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected Refund |
RefundBankTransaction.refund |
protected Refund |
RefundRecoveryBankTransaction.refund |
| Modifier and Type | Method and Description |
|---|---|
Refund |
RefundBankTransaction.getRefund() |
Refund |
RefundRecoveryBankTransaction.getRefund() |
| Modifier and Type | Method and Description |
|---|---|
Refund |
RefundService.fail(Long spaceId,
Long refundId)
fail
This operation allows to mark a refund as failed which is in state MANUAL_CHECK.
|
Refund |
RefundService.fail(Long spaceId,
Long refundId,
Map<String,Object> params)
fail
This operation allows to mark a refund as failed which is in state MANUAL_CHECK.
|
Refund |
RefundService.read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
Refund |
RefundService.read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
Refund |
RefundService.refund(Long spaceId,
RefundCreate refund)
create
This operation creates and executes a refund of a particular transaction.
|
Refund |
RefundService.refund(Long spaceId,
RefundCreate refund,
Map<String,Object> params)
create
This operation creates and executes a refund of a particular transaction.
|
Refund |
RefundService.succeed(Long spaceId,
Long refundId)
succeed
This operation allows to mark a refund as successful which is in state MANUAL_CHECK.
|
Refund |
RefundService.succeed(Long spaceId,
Long refundId,
Map<String,Object> params)
succeed
This operation allows to mark a refund as successful which is in state MANUAL_CHECK.
|
| Modifier and Type | Method and Description |
|---|---|
List<Refund> |
RefundService.search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<Refund> |
RefundService.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.