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
/
CreatedOrder
Created
Order
data
class
CreatedOrder
(
val
order
:
OrderRef
,
val
gatewayId
:
GatewayId
,
val
providerParams
:
Map
<
String
,
String
>
)
Result of order creation: the order plus the provider-specific session material for the SDK.
Members
Constructors
Created
Order
Link copied to clipboard
constructor
(
order
:
OrderRef
,
gatewayId
:
GatewayId
,
providerParams
:
Map
<
String
,
String
>
)
Properties
gateway
Id
Link copied to clipboard
val
gatewayId
:
GatewayId
order
Link copied to clipboard
val
order
:
OrderRef
provider
Params
Link copied to clipboard
val
providerParams
:
Map
<
String
,
String
>