Options
All
  • Public
  • Public/Protected
  • All
Menu

hipay-professional-sdk-js Documentation

Index

Type aliases

DateInt

DateInt: number

A date stored in an integer as YYYYMMDD.

example

20190925

Environment

Environment: "stage" | "production" | string

Float

Float: string

HipayResponse

API response to a request.

If an error has occurred, error is defined and result is undefined. Otherwise, result is defined and error is undefined.

Type parameters

  • T

OrderNotificationOperation

OrderNotificationOperation: "authorization" | "capture" | "cancellation" | "refund" | "reject"

OrderNotificationStatus

OrderNotificationStatus: "ok" | "nok" | "cancel" | "waiting"

Variables

definitions

definitions: {} = ...

Type declaration

namespaces

namespaces: {} = ...

Type declaration

  • [key: string]: string

Generated using TypeDoc