OBJECT

CHECKOUTRESULTORIGINS

link GraphQL Schema definition

  • type CHECKOUTRESULTORIGINS {
  • # The position that the entity checkout originates from.
  • positions: [POSITIONIDENTIFIERWITHACCOUNTSEGMENT]
  • # The order that the entity checkout originates from.
  • #
  • # Arguments
  • # orderBy: [Not documented]
  • orders(orderBy: [OrderBy]): [ORDER]
  • # The account segments that the entity checkout originates from.
  • #
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • accountSegments(orderBy: [OrderBy], includeDeleted: Boolean): [ACCOUNTSEGMENT]
  • rootAsset: ASSET
  • }