Class OrderSetPaymentRequest
java.lang.Object
de.codebarista.shopware.model.core.OrderSetPaymentRequest
@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 OrderSetPaymentRequest
extends Object
OrderSetPaymentRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe identifier of the order.The identifier of the paymentMethod to be setinthashCode()paymentMethodId(String paymentMethodId) voidsetOrderId(String orderId) voidsetPaymentMethodId(String paymentMethodId) toString()
-
Field Details
-
JSON_PROPERTY_PAYMENT_METHOD_ID
- See Also:
-
JSON_PROPERTY_ORDER_ID
- See Also:
-
-
Constructor Details
-
OrderSetPaymentRequest
public OrderSetPaymentRequest()
-
-
Method Details
-
paymentMethodId
-
getPaymentMethodId
The identifier of the paymentMethod to be set- Returns:
- paymentMethodId
-
setPaymentMethodId
-
orderId
-
getOrderId
The identifier of the order.- Returns:
- orderId
-
setOrderId
-
equals
-
hashCode
public int hashCode() -
toString
-