Class OrderUpdateCallbackConfig
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.OrderUpdateCallbackConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe list of callback events that is subscribed to.The callback URL for these events.voidsetCallbackEvents(List<String> callbackEvents) The list of callback events that is subscribed to.voidsetCallbackUrl(String callbackUrl) The callback URL for these events.
-
Constructor Details
-
OrderUpdateCallbackConfig
public OrderUpdateCallbackConfig()
-
-
Method Details
-
setCallbackEvents
The list of callback events that is subscribed to. -
setCallbackUrl
The callback URL for these events. -
getCallbackEvents
The list of callback events that is subscribed to. -
getCallbackUrl
The callback URL for these events.
-