| Package | Description |
|---|---|
| be.woutschoovaerts.mollie.data.mandate | |
| be.woutschoovaerts.mollie.data.subscription |
| Modifier and Type | Method and Description |
|---|---|
MandatePaymentMethod |
MandateResponse.getMethod() |
static MandatePaymentMethod |
MandatePaymentMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MandatePaymentMethod[] |
MandatePaymentMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MandateResponse.MandateResponseBuilder |
MandateResponse.MandateResponseBuilder.method(MandatePaymentMethod method) |
void |
MandateResponse.setMethod(MandatePaymentMethod method) |
| Constructor and Description |
|---|
MandateResponse(String resource,
String id,
MandateStatus status,
MandatePaymentMethod method,
MandateDetailsResponse details,
String mandateReference,
LocalDate signatureDate,
OffsetDateTime createdAt,
MandateLinks links) |
| Modifier and Type | Method and Description |
|---|---|
MandatePaymentMethod |
SubscriptionResponse.getMethod() |
MandatePaymentMethod |
SubscriptionRequest.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionResponse.SubscriptionResponseBuilder |
SubscriptionResponse.SubscriptionResponseBuilder.method(MandatePaymentMethod method) |
SubscriptionRequest.SubscriptionRequestBuilder |
SubscriptionRequest.SubscriptionRequestBuilder.method(MandatePaymentMethod method) |
void |
SubscriptionResponse.setMethod(MandatePaymentMethod method) |
void |
SubscriptionRequest.setMethod(MandatePaymentMethod method) |
| Constructor and Description |
|---|
SubscriptionRequest(Amount amount,
Optional<Integer> times,
String interval,
Optional<LocalDate> startDate,
String description,
MandatePaymentMethod method,
Optional<String> mandateId,
Optional<String> webhookUrl,
Map<String,Object> metadata,
Optional<Boolean> testmode,
Optional<String> profileId,
Optional<ApplicationFee> applicationFee) |
SubscriptionResponse(String resource,
String id,
String mode,
OffsetDateTime createdAt,
SubscriptionStatus status,
Amount amount,
int times,
int timesRemaining,
String interval,
LocalDate startDate,
Optional<LocalDate> nextPaymentDate,
String description,
MandatePaymentMethod method,
Optional<String> mandateId,
OffsetDateTime canceledAt,
String webhookUrl,
Map<String,Object> metadata,
ApplicationFee applicationFee,
SubscriptionLinks links) |
Copyright © 2022. All rights reserved.