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 Product with Serializable

    Permalink
  2. sealed trait BillingPeriod extends AnyRef

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

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

    Permalink
  5. case class Current() extends Status with 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 Product with Serializable

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

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

    Permalink
  12. case class NormalisedTelephoneNumber(countryCode: String, localNumber: String) extends 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 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 Product with Serializable

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

    Permalink
  23. sealed trait ProductFamily extends AnyRef

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

    Permalink
  25. sealed trait Status extends AnyRef

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

    Permalink
  27. class Subscription extends AnyRef

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

    Permalink

Value Members

  1. object BillingPeriod

    Permalink
  2. object Digipack extends ProductFamily with Product with Serializable

    Permalink
  3. object Membership extends ProductFamily with Product with Serializable

    Permalink
  4. object NormalisedTelephoneNumber extends Serializable

    Permalink
  5. object PriceParser

    Permalink
  6. object PricingSummary extends Serializable

    Permalink
  7. object Status

    Permalink
  8. object Subscriber extends Serializable

    Permalink
  9. object Subscription

    Permalink
  10. package promo

    Permalink
  11. package services

    Permalink
  12. package util

    Permalink

Ungrouped