Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OrderRejected

An event within the order pipeline to indicate that an order has been rejected at pre auth / action-gateway.

Hierarchy

  • OrderRejected

Implements

Index

Properties

context

context: OrderContext

eventName

eventName: OrderRejected

payload

payload: { reasonCode: string; userInput?: undefined | string }

Type declaration

  • reasonCode: string
  • Optional userInput?: undefined | string

Generated using TypeDoc