| Package | Description |
|---|---|
| be.feelio.mollie.data.order |
| Modifier and Type | Method and Description |
|---|---|
OrderStatus |
OrderResponse.getStatus() |
OrderStatus |
OrderLineResponse.getStatus() |
static OrderStatus |
OrderStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderStatus[] |
OrderStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderResponse.setStatus(OrderStatus status) |
void |
OrderLineResponse.setStatus(OrderStatus status) |
OrderResponse.OrderResponseBuilder |
OrderResponse.OrderResponseBuilder.status(OrderStatus status) |
OrderLineResponse.OrderLineResponseBuilder |
OrderLineResponse.OrderLineResponseBuilder.status(OrderStatus status) |
| Constructor and Description |
|---|
OrderLineResponse(String resource,
String id,
OrderLineType type,
String name,
OrderStatus status,
boolean isCancelable,
int quantity,
int quantityShipped,
Amount amountShipped,
int quantityRefunded,
Amount amountRefunded,
int quantityCanceled,
Amount amountCanceled,
int shippableQuantity,
int refundableQuantity,
int cancelableQuantity,
Amount unitPrice,
Optional<Amount> discountAmount,
Amount totalAmount,
String vatRate,
Amount vatAmount,
Optional<String> sku,
Date createdAt,
OrderLineLinks links) |
OrderResponse(String resource,
String id,
String profileId,
String method,
String mode,
Amount amount,
Optional<Amount> amountCaptured,
Optional<Amount> amountRefunded,
OrderStatus status,
boolean isCancelable,
OrderAddressResponse billingAddress,
Optional<Date> consumerDateOfBirth,
String orderNumber,
OrderAddressResponse shippingAddress,
Locale locale,
Map<String,Object> metadata,
String redirectUrl,
List<OrderLineResponse> lines,
Optional<String> webhookUrl,
Date createdAt,
Optional<Date> expiresAt,
Optional<Date> expiredAt,
Optional<Date> paidAt,
Optional<Date> authorizedAt,
Optional<Date> canceledAt,
Optional<Date> completedAt,
Optional<OrderEmbedded> embedded,
OrderLinks links) |
Copyright © 2020. All rights reserved.