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, country: Country) 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 Free extends PaymentStatus

  8. trait FreePlan[+S <: Status] extends Plan[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 Paid extends PaymentStatus

  15. trait PaidPlan[+S <: Status, +B] extends Plan[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 extends AnyRef

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

  21. trait PlanCatalog 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. class Subscription extends AnyRef

  28. 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 Subscription

  7. package services

Ungrouped