| Package | Description |
|---|---|
| be.feelio.mollie.data.payment |
| Modifier and Type | Method and Description |
|---|---|
SequenceType |
PaymentResponse.getSequenceType() |
static SequenceType |
SequenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceType[] |
SequenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SequenceType> |
PaymentRequest.getSequenceType() |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse.PaymentResponseBuilder |
PaymentResponse.PaymentResponseBuilder.sequenceType(SequenceType sequenceType) |
void |
PaymentResponse.setSequenceType(SequenceType sequenceType) |
| Modifier and Type | Method and Description |
|---|---|
PaymentRequest.PaymentRequestBuilder |
PaymentRequest.PaymentRequestBuilder.sequenceType(Optional<SequenceType> sequenceType) |
void |
PaymentRequest.setSequenceType(Optional<SequenceType> sequenceType) |
| 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) |
| Constructor and Description |
|---|
PaymentRequest(Amount amount,
String description,
Optional<String> redirectUrl,
Optional<String> webhookUrl,
Optional<Locale> locale,
Optional<PaymentMethod> method,
Map<String,Object> metadata,
Optional<SequenceType> sequenceType,
Optional<String> customerId,
Optional<String> mandateId,
Optional<String> cardToken,
Optional<String> billingEmail,
Optional<Date> dueDate,
Optional<AddressRequest> billingAddress,
Optional<AddressRequest> shippingAddress,
Optional<String> issuer,
Optional<String> voucherNumber,
Optional<String> voucherPin,
Optional<String> customerReference,
Optional<String> consumerName,
Optional<String> consumerAccount,
Optional<String> profileId,
Optional<ApplicationFee> applicationFee) |
Copyright © 2020. All rights reserved.