Class OrderRouteResponse
java.lang.Object
de.codebarista.shopware.model.core.OrderRouteResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]",
comments="Generator version: 7.5.0")
public class OrderRouteResponse
extends Object
OrderRouteResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOrdersItem(Order ordersItem) booleanGet ordersThe key-value pairs contain the uuid of the order as key and a boolean as value, indicating that the payment method can still be changed.inthashCode()paymentChangeable(Map<String, Boolean> paymentChangeable) putPaymentChangeableItem(String key, Boolean paymentChangeableItem) voidvoidsetPaymentChangeable(Map<String, Boolean> paymentChangeable) toString()
-
Field Details
-
JSON_PROPERTY_ORDERS
- See Also:
-
JSON_PROPERTY_PAYMENT_CHANGEABLE
- See Also:
-
-
Constructor Details
-
OrderRouteResponse
public OrderRouteResponse()
-
-
Method Details
-
orders
-
addOrdersItem
-
getOrders
Get orders- Returns:
- orders
-
setOrders
-
paymentChangeable
-
putPaymentChangeableItem
-
getPaymentChangeable
The key-value pairs contain the uuid of the order as key and a boolean as value, indicating that the payment method can still be changed.- Returns:
- paymentChangeable
-
setPaymentChangeable
-
equals
-
hashCode
public int hashCode() -
toString
-