CreatedOrder

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.

Constructors

Link copied to clipboard
constructor(order: OrderRef, gatewayId: GatewayId, providerParams: Map<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard