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.
- : String
- : ID
- : Int
- : Amount
- : AmountsInputType
- : String
- : String
- : String
- : String
- : String
- : [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.
- : [KeyValueInput]
- : Int
- }