harness.payments.model.create

Members list

Type members

Classlikes

final case class Customer(name: Option[String], email: Option[EmailAddress])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Payment(customerId: CustomerId, paymentMethodId: PaymentMethodId, amountInCents: Long, currency: Currency, description: String, email: Option[EmailAddress])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class SetupIntent(customerId: CustomerId, description: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all