| Package | Description |
|---|---|
| be.feelio.mollie.data.refund |
| Modifier and Type | Method and Description |
|---|---|
RefundEmbedded |
RefundEmbedded.RefundEmbeddedBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Optional<RefundEmbedded> |
RefundResponse.getEmbedded() |
| Modifier and Type | Method and Description |
|---|---|
RefundResponse.RefundResponseBuilder |
RefundResponse.RefundResponseBuilder.embedded(Optional<RefundEmbedded> embedded) |
void |
RefundResponse.setEmbedded(Optional<RefundEmbedded> embedded) |
| Constructor and Description |
|---|
RefundResponse(String resource,
String id,
Amount amount,
Optional<String> settlementId,
Optional<Amount> settlementAmount,
String description,
HashMap<String,Object> metadata,
String status,
Optional<List<OrderLineResponse>> lines,
String paymentId,
Optional<String> orderId,
Date createdAt,
Optional<RefundEmbedded> embedded,
RefundLinks links) |
Copyright © 2020. All rights reserved.