Interface UserNetCheckingStrategy

All Known Implementing Classes:
BundleCurrentFactoryFindPricingStrategy, DefaultSLUserNetCheckingStrategy, FindBundlePricingWithCurrentPriceFactoryStrategy, FindPricingWithCurrentPriceFactoryStrategy, FindSubscriptionPricingWithCurrentPriceFactoryStrategy

public interface UserNetCheckingStrategy
The Interface for defining whether a user should be treated as a net or a gross customer.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Implement this to define whether a user should be treated as net or gross customer.
  • Method Details

    • isNetUser

      boolean isNetUser(UserModel user)
      Implement this to define whether a user should be treated as net or gross customer.
      Returns:
      true, if the given user is treated as a net customer