| Package | Description |
|---|---|
| be.feelio.mollie.data.order |
| Modifier and Type | Method and Description |
|---|---|
OrderLineType |
OrderLineResponse.getType() |
static OrderLineType |
OrderLineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderLineType[] |
OrderLineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<OrderLineType> |
OrderLineRequest.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderLineResponse.setType(OrderLineType type) |
OrderLineResponse.OrderLineResponseBuilder |
OrderLineResponse.OrderLineResponseBuilder.type(OrderLineType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderLineRequest.setType(Optional<OrderLineType> type) |
OrderLineRequest.OrderLineRequestBuilder |
OrderLineRequest.OrderLineRequestBuilder.type(Optional<OrderLineType> type) |
| 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) |
| Constructor and Description |
|---|
OrderLineRequest(Optional<OrderLineType> type,
String name,
int quantity,
Amount unitPrice,
Optional<Amount> discountAmount,
Amount totalAmount,
String vatRate,
Amount vatAmount,
Optional<String> sku,
Optional<String> imageUrl,
Optional<String> productUrl,
Optional<Map<String,Object>> metadata) |
Copyright © 2020. All rights reserved.