Uses of Class
org.killbill.billing.jaxrs.json.BulkSubscriptionsBundleJson
-
Packages that use BulkSubscriptionsBundleJson Package Description org.killbill.billing.jaxrs.resources -
-
Uses of BulkSubscriptionsBundleJson in org.killbill.billing.jaxrs.resources
Method parameters in org.killbill.billing.jaxrs.resources with type arguments of type BulkSubscriptionsBundleJson Modifier and Type Method Description javax.ws.rs.core.ResponseSubscriptionResource. createSubscriptionsWithAddOns(List<BulkSubscriptionsBundleJson> entitlementsWithAddOns, String entitlementDate, String billingDate, Boolean renameKeyIfExistsAndUnused, Boolean isMigrated, Boolean skipResponse, Boolean callCompletion, long timeoutSec, List<String> pluginPropertiesString, String createdBy, String reason, String comment, javax.servlet.http.HttpServletRequest request, javax.ws.rs.core.UriInfo uriInfo)javax.ws.rs.core.ResponseSubscriptionResource. createSubscriptionsWithAddOnsInternal(List<BulkSubscriptionsBundleJson> entitlementsWithAddOns, String entitlementDate, String billingDate, Boolean isMigrated, Boolean skipResponse, Boolean renameKeyIfExistsAndUnused, Boolean callCompletion, long timeoutSec, List<String> pluginPropertiesString, String createdBy, String reason, String comment, javax.servlet.http.HttpServletRequest request, javax.ws.rs.core.UriInfo uriInfo, org.killbill.billing.ObjectType responseObject)
-