Uses of Class
org.killbill.billing.client.model.gen.Bundle
-
Packages that use Bundle Package Description org.killbill.billing.client.api.gen org.killbill.billing.client.model.gen -
-
Uses of Bundle in org.killbill.billing.client.api.gen
Methods in org.killbill.billing.client.api.gen that return Bundle 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)BundleBundleApi. getBundle(UUID bundleId, RequestOptions inputOptions)BundleBundleApi. getBundle(UUID bundleId, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)BundleBundleApi. transferBundle(UUID bundleId, Bundle body, org.joda.time.LocalDate requestedDate, Map<String,String> pluginProperty, RequestOptions inputOptions)BundleBundleApi. transferBundle(UUID bundleId, Bundle body, org.joda.time.LocalDate requestedDate, org.killbill.billing.catalog.api.BillingActionPolicy billingPolicy, org.killbill.billing.entitlement.api.BcdTransfer bcdTransfer, Map<String,String> pluginProperty, RequestOptions inputOptions)Methods in org.killbill.billing.client.api.gen with parameters of type Bundle Modifier and Type Method Description voidBundleApi. renameExternalKey(UUID bundleId, Bundle body, RequestOptions inputOptions)BundleBundleApi. transferBundle(UUID bundleId, Bundle body, org.joda.time.LocalDate requestedDate, Map<String,String> pluginProperty, RequestOptions inputOptions)BundleBundleApi. transferBundle(UUID bundleId, Bundle body, org.joda.time.LocalDate requestedDate, org.killbill.billing.catalog.api.BillingActionPolicy billingPolicy, org.killbill.billing.entitlement.api.BcdTransfer bcdTransfer, Map<String,String> pluginProperty, RequestOptions inputOptions) -
Uses of Bundle in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return Bundle Modifier and Type Method Description BundleBundle. addSubscriptionsItem(Subscription subscriptionsItem)BundleBundle. setAccountId(UUID accountId)BundleBundle. setBundleId(UUID bundleId)BundleBundle. setExternalKey(String externalKey)BundleBundle. setSubscriptions(List<Subscription> subscriptions)BundleBundle. setTimeline(BundleTimeline timeline)Methods in org.killbill.billing.client.model.gen that return types with arguments of type Bundle Modifier and Type Method Description List<Bundle>AccountTimeline. getBundles()Methods in org.killbill.billing.client.model.gen with parameters of type Bundle Modifier and Type Method Description AccountTimelineAccountTimeline. addBundlesItem(Bundle bundlesItem)Method parameters in org.killbill.billing.client.model.gen with type arguments of type Bundle Modifier and Type Method Description AccountTimelineAccountTimeline. setBundles(List<Bundle> bundles)Constructor parameters in org.killbill.billing.client.model.gen with type arguments of type Bundle Constructor Description AccountTimeline(Account account, List<Bundle> bundles, List<Invoice> invoices, List<InvoicePayment> payments)
-