Uses of Class
org.killbill.billing.client.model.Subscriptions
-
Packages that use Subscriptions Package Description org.killbill.billing.client.api.gen org.killbill.billing.client.model -
-
Uses of Subscriptions in org.killbill.billing.client.api.gen
Methods in org.killbill.billing.client.api.gen with parameters of type Subscriptions Modifier and Type Method Description BundleSubscriptionApi. createSubscriptionWithAddOns(Subscriptions body, org.joda.time.DateTime entitlementDate, org.joda.time.DateTime billingDate, Boolean migrated, Boolean skipResponse, Boolean renameKeyIfExistsAndUnused, Boolean callCompletion, Long callTimeoutSec, Map<String,String> pluginProperty, RequestOptions inputOptions)BundleSubscriptionApi. createSubscriptionWithAddOns(Subscriptions body, org.joda.time.DateTime entitlementDate, org.joda.time.DateTime billingDate, Map<String,String> pluginProperty, RequestOptions inputOptions)BundleSubscriptionApi. createSubscriptionWithAddOns(Subscriptions body, org.joda.time.LocalDate entitlementDate, org.joda.time.LocalDate billingDate, Boolean migrated, Boolean skipResponse, Boolean renameKeyIfExistsAndUnused, Boolean callCompletion, Long callTimeoutSec, Map<String,String> pluginProperty, RequestOptions inputOptions)BundleSubscriptionApi. createSubscriptionWithAddOns(Subscriptions body, org.joda.time.LocalDate entitlementDate, org.joda.time.LocalDate billingDate, Map<String,String> pluginProperty, RequestOptions inputOptions) -
Uses of Subscriptions in org.killbill.billing.client.model
Methods in org.killbill.billing.client.model that return Subscriptions Modifier and Type Method Description SubscriptionsSubscriptions. getNext()
-