com.gu.services.model.CreditCardAccount.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of membership-common_2.12 Show documentation
Show all versions of membership-common_2.12 Show documentation
Scala library for common Guardian Membership/Subscriptions functionality.
package com.gu.services.model
import com.gu.memsub.BillingSchedule
case class CreditCardAccount(
schedule: BillingSchedule,
creditCardLastDigits: String
)