com.gu

memsub

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

  2. sealed trait BillingPeriod extends AnyRef

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

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

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

  6. case class Digipack() extends ProductFamily with Product with Serializable

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

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

  9. trait FullName extends AnyRef

  10. case class GoCardless(mandateId: String) extends PaymentMethod with Product with Serializable

  11. case class Legacy() extends Status with Product with Serializable

  12. case class Membership() extends ProductFamily with Product with Serializable

  13. case class Month() extends BillingPeriod with Product with Serializable

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

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

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

  17. sealed trait PaymentCardUpdateResult extends AnyRef

  18. sealed trait PaymentMethod extends AnyRef

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

  20. trait PlanCatalog extends AnyRef

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

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

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

  24. sealed trait ProductFamily extends AnyRef

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

  26. sealed trait Status extends AnyRef

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

  28. class Subscription extends AnyRef

  29. case class Year() extends BillingPeriod with Product with Serializable

Value Members

  1. object BillingPeriod

  2. object PriceParser

  3. object PricingSummary extends Serializable

  4. object ProductFamily

  5. object Status

  6. object Subscriber extends Serializable

  7. object Subscription

  8. package services

Ungrouped