Class HandlePaymentMethodRequest
java.lang.Object
de.codebarista.shopware.model.core.HandlePaymentMethodRequest
@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 HandlePaymentMethodRequest
extends Object
HandlePaymentMethodRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanURL to which the client should be redirected after erroneous paymentURL to which the client should be redirected after successful paymentIdentifier of an orderinthashCode()voidsetErrorUrl(String errorUrl) voidsetFinishUrl(String finishUrl) voidsetOrderId(String orderId) toString()
-
Field Details
-
JSON_PROPERTY_ORDER_ID
- See Also:
-
JSON_PROPERTY_FINISH_URL
- See Also:
-
JSON_PROPERTY_ERROR_URL
- See Also:
-
-
Constructor Details
-
HandlePaymentMethodRequest
public HandlePaymentMethodRequest()
-
-
Method Details
-
orderId
-
getOrderId
Identifier of an order- Returns:
- orderId
-
setOrderId
-
finishUrl
-
getFinishUrl
URL to which the client should be redirected after successful payment- Returns:
- finishUrl
-
setFinishUrl
-
errorUrl
-
getErrorUrl
URL to which the client should be redirected after erroneous payment- Returns:
- errorUrl
-
setErrorUrl
-
equals
-
hashCode
public int hashCode() -
toString
-