Alokai

CreateOrderParams

export type CreateOrderParams = {
    paymentMethod: Record<string, string>;
    riskData: Record<string, string>;
    clientStateDataIndicator: boolean;
    paymentId: PaymentWithFields["id"];
    [key: string]: any;
};

Referenced Types

On this page