All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gu.services.model.CreditCardAccount.scala Maven / Gradle / Ivy

There is a newer version: 0.605
Show newest version
package com.gu.services.model
import com.gu.memsub.BillingSchedule

case class CreditCardAccount(
  schedule: BillingSchedule,
  creditCardLastDigits: String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy