Search:
INPUT_OBJECT
ProcessCartInput
link GraphQL Schema definition
- input ProcessCartInput {
- # Whether or not to send a SchoolPay-branded receipt to the user.
- : Boolean
- # Email addresses to send the receipt to. Ignored if SendReceipt=false. Ignored if
- # empty.
- : [String]
- # Whether or not to actually process the transaction. Retrieves the TxnArray for
- # all CartItems with fees calculated for CC.
- : Boolean
- : PaymentDataInput
- # Used to indicate if the currently authorized user is a Cashier, Payer, or
- # neither.
- : UserRoleEnum
- : ID
- : [CartItemInput]
- }