com.gu

config

package config

Visibility
  1. Public
  2. All

Type Members

  1. case class DigitalPackRatePlanIds(digitalPackYearly: ProductRatePlanId, digitalPackQuaterly: ProductRatePlanId, digitalPackMonthly: ProductRatePlanId) extends ProductFamilyRatePlanIds with Product with Serializable

  2. case class LegacyMembershipRatePlanIds(friend: ProductRatePlanId, supporterMonthly: ProductRatePlanId, supporterYearly: ProductRatePlanId, partnerMonthly: ProductRatePlanId, partnerYearly: ProductRatePlanId, patronMonthly: ProductRatePlanId, patronYearly: ProductRatePlanId) extends Product with Serializable

  3. case class MembershipRatePlanIds(friend: ProductRatePlanId, staff: ProductRatePlanId, supporterMonthly: ProductRatePlanId, supporterYearly: ProductRatePlanId, partnerMonthly: ProductRatePlanId, partnerYearly: ProductRatePlanId, patronMonthly: ProductRatePlanId, patronYearly: ProductRatePlanId, legacy: LegacyMembershipRatePlanIds) extends ProductFamilyRatePlanIds with Product with Serializable

  4. abstract class ProductFamilyRatePlanIds extends AnyRef

Value Members

  1. object DigitalPackRatePlanIds extends Serializable

  2. object LegacyMembershipRatePlanIds extends Serializable

  3. object MembershipRatePlanIds extends Serializable

Ungrouped