works.iterative.service.payment

Members list

Type members

Classlikes

case class Created(id: String, redirect: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Notification(orderId: String, success: Boolean)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Notification

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait PayGate

A PayGate service abstraction.

A PayGate service abstraction.

Service responsible for isolating the rest of the application from provider-specific info, eg. pay gate adapter.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ComGateLive
object PayGate

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
PayGate.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class PaymentInfo(name: String, price: Double, vs: String, email: String)

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
case class Processed(paymentId: String, orderId: String, amount: Double, success: Boolean)

Attributes

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