PayGate

works.iterative.service.payment.PayGate
See thePayGate companion trait
object PayGate

Attributes

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

Members list

Value members

Concrete methods

def check: URIO[PayGate, Unit]
def create(info: PaymentInfo): URIO[PayGate, Created]
def handleNotify(result: Seq[(String, String)]): URIO[PayGate, Processed]