Search:

INPUT_OBJECT

CartItemInput

link GraphQL Schema definition

  • input CartItemInput {
  • # Used to identify the CartItem. The caller should pass any arbitrary value they
  • # can use to identify the cart item that failed to process. When a payment fails,
  • # associated CartItem ID's are returned in the PaymentError object.
  • ID: String
  • TransientID: ID
  • Quantity: Int
  • Amount: Amount
  • Amounts: AmountsInputType
  • ItemCode: String
  • StudentID: String
  • StudentSiteID: String
  • AccountNumber: String
  • InvoiceNumber: String
  • CustomFields: [KeyValueInput]
  • # Allows overriding of fields this API does not expose by raw key/value input.
  • # SchoolPay technical support may advise you to send these values if you need to
  • # control a data point that is not covered by this API.
  • Overrides: [KeyValueInput]
  • openItemAmount: Int
  • }
Go Live