Class PriceDataChangeRequest
java.lang.Object
com.broadleafcommerce.subscription.domain.PriceDataChangeRequest
- All Implemented Interfaces:
Serializable
Represents a request to change the price data for a batch of subscriptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPriceDataChangeRequest(PriceDataChange priceDataChange, Map<String, Set<String>> subscriptionsByApplication) -
Method Summary
-
Constructor Details
-
PriceDataChangeRequest
public PriceDataChangeRequest(PriceDataChange priceDataChange, Map<String, Set<String>> subscriptionsByApplication)
-
-
Method Details