| Package | Description |
|---|---|
| be.feelio.mollie.data.payment |
| Modifier and Type | Method and Description |
|---|---|
PaymentEmbedded |
PaymentEmbedded.PaymentEmbeddedBuilder.build() |
PaymentEmbedded |
PaymentResponse.getEmbedded() |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse.PaymentResponseBuilder |
PaymentResponse.PaymentResponseBuilder.embedded(PaymentEmbedded embedded) |
void |
PaymentResponse.setEmbedded(PaymentEmbedded embedded) |
| Constructor and Description |
|---|
PaymentResponse(String resource,
String id,
String mode,
Date createdAt,
String status,
boolean isCancelable,
Optional<Date> authorizedAt,
Optional<Date> paidAt,
Optional<Date> canceledAt,
Date expiresAt,
Optional<Date> expiredAt,
Optional<Date> failedAt,
Amount amount,
Optional<Amount> amountRefunded,
Optional<Amount> amountRemaining,
Optional<Amount> amountCaptured,
String description,
String redirectUrl,
Optional<String> webhookUrl,
PaymentMethod method,
Map<String,Object> metadata,
Locale locale,
Optional<String> countryCode,
String profileId,
Optional<Amount> settlementAmount,
Optional<String> settlementId,
Optional<String> customerId,
SequenceType sequenceType,
Optional<String> mandateId,
Optional<String> subscriptionId,
Optional<String> orderId,
Optional<ApplicationFee> applicationFee,
PaymentLinks links,
PaymentDetailsResponse details,
PaymentEmbedded embedded) |
Copyright © 2020. All rights reserved.