Package

com.gu

memsub

Permalink

package memsub

Visibility
  1. Public
  2. All

Type Members

  1. case class Address(lineOne: String, lineTwo: String, town: String, countyOrState: String, postCode: String, countryName: String) extends scala.Product with Serializable

    Permalink
  2. sealed trait BillingPeriod extends AnyRef

    Permalink
  3. case class CardUpdateFailure(type: String, message: String, code: String) extends PaymentCardUpdateResult with scala.Product with Serializable

    Permalink
  4. case class CardUpdateSuccess(newPaymentCard: PaymentCard) extends PaymentCardUpdateResult with scala.Product with Serializable

    Permalink
  5. case class Current() extends Status with scala.Product with Serializable

    Permalink
  6. trait FreePS[+P <: FreePlan[Status]] extends PaymentStatus[P]

    Permalink
  7. trait FreePlan[+S <: Status] extends PlanWithStatus[S]

    Permalink
  8. trait FullName extends AnyRef

    Permalink
  9. case class GoCardless(mandateId: String, accountName: String, accountNumber: String, sortCode: String) extends PaymentMethod with scala.Product with Serializable

    Permalink
  10. case class Legacy() extends Status with scala.Product with Serializable

    Permalink
  11. case class Month() extends BillingPeriod with scala.Product with Serializable

    Permalink
  12. case class NormalisedTelephoneNumber(countryCode: String, localNumber: String) extends scala.Product with Serializable

    Permalink
  13. trait PaidPS[+P <: PaidPlan[Status, BillingPeriod]] extends PaymentStatus[P]

    Permalink
  14. trait PaidPlan[+S <: Status, +B <: BillingPeriod] extends PlanWithStatus[S]

    Permalink
  15. case class PaymentCard(cardType: String, lastFourDigits: String) extends PaymentMethod with scala.Product with Serializable

    Permalink
  16. sealed trait PaymentCardUpdateResult extends AnyRef

    Permalink
  17. sealed trait PaymentMethod extends AnyRef

    Permalink
  18. sealed trait PaymentStatus[+P <: Plan] extends AnyRef

    Permalink
  19. trait PlanCatalog extends AnyRef

    Permalink
  20. trait PlanWithStatus[+S <: Status] extends AnyRef

    Permalink
  21. case class Price(amount: Float, currency: Currency) extends scala.Product with Serializable

    Permalink
  22. case class PricingSummary(underlying: Map[Currency, Price]) extends scala.Product with Serializable

    Permalink
  23. sealed trait Product[+A <: Tangibility] extends AnyRef

    Permalink
  24. sealed trait ProductFamily extends AnyRef

    Permalink
  25. case class Quarter() extends BillingPeriod with scala.Product with Serializable

    Permalink
  26. sealed trait Status extends AnyRef

    Permalink
  27. case class Subscriber[+T <: Subscription](subscription: T, contact: Contact) extends scala.Product with Serializable

    Permalink
  28. class Subscription extends AnyRef

    Permalink
  29. sealed trait Tangibility extends AnyRef

    Permalink
  30. case class Year() extends BillingPeriod with scala.Product with Serializable

    Permalink

Value Members

  1. object BillingPeriod

    Permalink
  2. object Delivery extends Product[Tangible]

    Permalink
  3. object Digipack extends Product[Intangible]

    Permalink
  4. object FridayPaper extends Product[Tangible]

    Permalink
  5. object Friend extends Product[Intangible]

    Permalink
  6. object Intangible extends Tangibility with scala.Product with Serializable

    Permalink
  7. object Membership extends ProductFamily with scala.Product with Serializable

    Permalink
  8. object MondayPaper extends Product[Tangible]

    Permalink
  9. object NormalisedTelephoneNumber extends Serializable

    Permalink
  10. object Partner extends Product[Tangible]

    Permalink
  11. object Patron extends Product[Tangible]

    Permalink
  12. object PriceParser

    Permalink
  13. object PricingSummary extends Serializable

    Permalink
  14. object Product

    Permalink
  15. object ProductFamily

    Permalink
  16. object SaturdayPaper extends Product[Tangible]

    Permalink
  17. object Status

    Permalink
  18. object Subscriber extends Serializable

    Permalink
  19. object Subscription

    Permalink
  20. object Subscriptions extends ProductFamily with scala.Product with Serializable

    Permalink
  21. object SundayPaper extends Product[Tangible]

    Permalink
  22. object Supporter extends Product[Tangible]

    Permalink
  23. object Tangibility

    Permalink
  24. object Tangible extends Tangibility with scala.Product with Serializable

    Permalink
  25. object ThursdayPaper extends Product[Tangible]

    Permalink
  26. object TuesdayPaper extends Product[Tangible]

    Permalink
  27. object WednesdayPaper extends Product[Tangible]

    Permalink
  28. package images

    Permalink
  29. package promo

    Permalink
  30. package services

    Permalink
  31. package util

    Permalink

Ungrouped