Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Variable PaymentNextActionTypesConst

    PaymentNextActionTypes: {
        Authorize: "authorize";
        ConfirmPayment: "confirm_payment";
        Execute: "execute";
        None: "none";
        Redirect: "redirect";
    } = ...

    Type Declaration

    • ReadonlyAuthorize: "authorize"
    • ReadonlyConfirmPayment: "confirm_payment"
    • ReadonlyExecute: "execute"
    • ReadonlyNone: "none"
    • ReadonlyRedirect: "redirect"