Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReceiptStore

Hierarchy

  • ReceiptStore

Implemented by

Index

Methods

  • generateId(): string
  • getByOrderId(orderId: string): null | Receipt
  • onCanceled(id: string): boolean
  • onError(id: string, error: any): boolean
  • Parameters

    • id: string
    • error: any

    Returns boolean

  • onFulfilled(id: string): boolean
  • onPlaced(id: string, orderId: string): boolean
  • Parameters

    • id: string
    • orderId: string

    Returns boolean

  • remove(id: string): boolean

Generated using TypeDoc