| Package | Description |
|---|---|
| be.woutschoovaerts.mollie.data.order |
| Modifier and Type | Method and Description |
|---|---|
static OrderLineCategory |
OrderLineCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderLineCategory[] |
OrderLineCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<OrderLineCategory> |
OrderLineRequest.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
OrderLineRequest.OrderLineRequestBuilder |
OrderLineRequest.OrderLineRequestBuilder.category(Optional<OrderLineCategory> category) |
void |
OrderLineRequest.setCategory(Optional<OrderLineCategory> category) |
| Constructor and Description |
|---|
OrderLineRequest(Optional<OrderLineType> type,
Optional<OrderLineCategory> category,
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 © 2022. All rights reserved.