Uses of Class
io.meeds.billing.model.HubBillingSettings
Packages that use HubBillingSettings
-
Uses of HubBillingSettings in io.meeds.billing.service
Methods in io.meeds.billing.service that return HubBillingSettingsModifier and TypeMethodDescriptionHubSettingService.getSettingsBySpaceId(Long spaceId, String authenticatedUser) Get the billable hub settingsHubSettingService.getSettingsBySpaceId(String spaceId) Get the billable hub settingsHubSettingService.getSettingsBySubscriptionId(String subscriptionId) Get the billable hub settingsMethods in io.meeds.billing.service that return types with arguments of type HubBillingSettingsModifier and TypeMethodDescriptionHubSettingService.getMeteredHubBillingSettingList()Retrieves all hub billing settings that are associated with a Stripe meter.Methods in io.meeds.billing.service with parameters of type HubBillingSettingsModifier and TypeMethodDescriptionvoidBillingService.notifyHubAdminsOnSubscriptionStatus(HubBillingSettings hubBillingSettings, String authenticatedUser) Sends an email to the hub administrator about the current subscription status.voidBillingService.reportMembersCount(HubBillingSettings hubBillingSettings) Reports the current number of members in a space to Stripe as a metered event.voidHubSettingService.updateHuBillingSetting(HubBillingSettings hubBillingSettings, com.stripe.model.Subscription subscription, Map<String, Object> previousAttributes) voidHubSettingService.updateSettings(HubBillingSettings hubBillingSettings) Save the settings of the billable hub -
Uses of HubBillingSettings in io.meeds.billing.storage
Methods in io.meeds.billing.storage that return HubBillingSettingsModifier and TypeMethodDescriptionHubBillingSettingsStorage.getHubBillingSettingBySubscriptionId(String subscriptionId) HubBillingSettingsStorage.getHubBillingSettingsBySpaceId(long spaceId) HubBillingSettingsStorage.save(HubBillingSettings hubBillingSettings) Methods in io.meeds.billing.storage that return types with arguments of type HubBillingSettingsMethods in io.meeds.billing.storage with parameters of type HubBillingSettingsModifier and TypeMethodDescriptionHubBillingSettingsStorage.save(HubBillingSettings hubBillingSettings) -
Uses of HubBillingSettings in io.meeds.billing.utils
Methods in io.meeds.billing.utils that return HubBillingSettingsModifier and TypeMethodDescriptionstatic HubBillingSettingsUtils.fromEntity(HubBillingSettingsEntity s) Methods in io.meeds.billing.utils with parameters of type HubBillingSettingsModifier and TypeMethodDescriptionstatic HubBillingSettingsEntityUtils.toEntity(HubBillingSettings s)