Package

com.gu.services

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class BillingSchedule(invoices: Seq[Bill]) extends Product with Serializable

    Permalink
  2. case class CreditCardAccount(schedule: BillingSchedule, creditCardLastDigits: String) extends Product with Serializable

    Permalink
  3. case class PaymentDetails(subscriberId: String, startDate: DateTime, customerAcceptanceDate: DateTime, termEndDate: DateTime, nextPaymentPrice: Option[Float], lastPaymentDate: Option[DateTime], nextPaymentDate: Option[DateTime], remainingTrialLength: Int, pendingCancellation: Boolean, pendingAmendment: Boolean, card: Option[Card], plan: PersonalPlan) extends Product with Serializable

    Permalink

Value Members

  1. object BillingSchedule extends Serializable

    Permalink
  2. object PaymentDetails extends Serializable

    Permalink

Ungrouped