kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
payments-api
/
com.siddharth.kmp.paymentsapi
/
DefaultPaymentGatewayRegistry
Default
Payment
Gateway
Registry
class
DefaultPaymentGatewayRegistry
(
val
gateways
:
List
<
PaymentGateway
>
)
:
PaymentGatewayRegistry
Members
Constructors
Default
Payment
Gateway
Registry
Link copied to clipboard
constructor
(
gateways
:
List
<
PaymentGateway
>
)
Properties
gateways
Link copied to clipboard
open
override
val
gateways
:
List
<
PaymentGateway
>
Functions
by
Id
Link copied to clipboard
open
override
fun
byId
(
id
:
GatewayId
)
:
PaymentGateway
?
with
Capability
Link copied to clipboard
open
override
fun
withCapability
(
capability
:
Capability
)
:
List
<
PaymentGateway
>