| Package | Description |
|---|---|
| be.feelio.mollie.data.chargeback | |
| be.feelio.mollie.data.payment | |
| be.feelio.mollie.handler |
| Modifier and Type | Method and Description |
|---|---|
ChargebackResponse |
ChargebackResponse.ChargebackResponseBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<ChargebackResponse> |
ChargebackListResponse.getChargebacks() |
| Modifier and Type | Method and Description |
|---|---|
ChargebackListResponse.ChargebackListResponseBuilder |
ChargebackListResponse.ChargebackListResponseBuilder.chargebacks(List<ChargebackResponse> chargebacks) |
void |
ChargebackListResponse.setChargebacks(List<ChargebackResponse> chargebacks) |
| Constructor and Description |
|---|
ChargebackListResponse(List<ChargebackResponse> chargebacks) |
| Modifier and Type | Method and Description |
|---|---|
List<ChargebackResponse> |
PaymentEmbedded.getChagebacks() |
| Modifier and Type | Method and Description |
|---|---|
PaymentEmbedded.PaymentEmbeddedBuilder |
PaymentEmbedded.PaymentEmbeddedBuilder.chagebacks(List<ChargebackResponse> chagebacks) |
void |
PaymentEmbedded.setChagebacks(List<ChargebackResponse> chagebacks) |
| Constructor and Description |
|---|
PaymentEmbedded(List<RefundResponse> refunds,
List<ChargebackResponse> chagebacks) |
| Modifier and Type | Method and Description |
|---|---|
ChargebackResponse |
ChargebackHandler.getChargeback(String paymentId,
String chargebackId)
Retrieve a single chargeback by its ID.
|
ChargebackResponse |
ChargebackHandler.getChargeback(String paymentId,
String chargebackId,
QueryParams params)
Retrieve a single chargeback by its ID.
|
Copyright © 2020. All rights reserved.