PaymentResult

works.iterative.service.payment.impl.comgate.PaymentResult
See thePaymentResult companion object
case class PaymentResult(transId: String, status: PaymentStatus, refId: String, test: Boolean, price: Double, label: String, curr: String, email: String, payerId: Option[String] = ..., payerName: Option[String] = ..., payerAcc: Option[String] = ..., method: Option[String] = ..., account: Option[String] = ..., phone: Option[String] = ..., name: Option[String] = ..., fee: Option[String] = ...)

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product