接口 BillingRuleRepository<T extends TimeBasedChargeable>

所有超级接口:
SelectableService<T>

public interface BillingRuleRepository<T extends TimeBasedChargeable> extends SelectableService<T>
  • 方法详细资料

    • getRulesBy

      Collection<BillingRule> getRulesBy(T chargeable)
      参数:
      chargeable - chargeable
      返回:
      根据消费对象获取适用于消费的一组规则列表