Alokai

PaymentDetailsResult

PaymentDetailsResult type returned by the onSubmit event and used within the payments/details/ call fired by the handlePaymentDetailsResult method.

export type PaymentDetailsResult = {
    state: any;
    redirectUrl?: string;
    component: any;
};