| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
RefundCreate |
RefundCreate.addReductionsItem(LineItemReductionCreate reductionsItem) |
RefundCreate |
RefundCreate.amount(BigDecimal amount) |
RefundCreate |
RefundCreate.completion(Long completion) |
RefundCreate |
RefundCreate.externalId(String externalId) |
RefundCreate |
RefundCreate.merchantReference(String merchantReference) |
RefundCreate |
RefundCreate.reductions(List<LineItemReductionCreate> reductions) |
RefundCreate |
RefundCreate.transaction(Long transaction) |
RefundCreate |
RefundCreate.type(RefundType type) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
com.google.api.client.http.HttpResponse |
RefundService.refundForHttpResponse(Long spaceId,
RefundCreate refund) |
com.google.api.client.http.HttpResponse |
RefundService.refundForHttpResponse(Long spaceId,
RefundCreate refund,
Map<String,Object> params) |
Copyright © 2023. All rights reserved.