Package

com.gu.services

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink

Value Members

  1. object PaymentDetails extends Serializable

    Permalink

Ungrouped