Options
All
  • Public
  • Public/Protected
  • All
Menu

Category of items that can be checked out.

Hierarchy

  • Node<Graph.CartAvailableCategory>
    • CartAvailableCategory

Index

Properties

availableItems

Items available to be checked out.

Note that this list updates as the cart changes. For instance, incompatible items may be disabled after others are added to the cart. Clients should retrieve this list again after mutations or make sure errors are handled when items cannot be added.

description

description: string

Short optional description.

disabled

disabled: boolean

Whether the category should appear as disabled.

disabledDescription

disabledDescription: string

Message detailing why disabled is set. Might not be available.

id

id: string

name

name: string

Short human-readable name.

Generated using TypeDoc