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"