PaymentService

works.iterative.service.payment.PaymentService
See thePaymentService companion trait

Attributes

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

Members list

Value members

Concrete methods

def handleNotify(body: Seq[(String, String)]): URIO[PaymentService, Unit]
def paymentRedirect(paymentId: String): URIO[PaymentService, String]
def paymentUrl(orderId: String): URIO[PaymentService, String]
def redirectUrl(paymentId: String): URIO[PaymentService, String]