 
    
    Search: 
OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Arguments
- #   PaymentData: [Not documented]
- #   StoreCard: [Not documented]
- #   CartItems: [Not documented]
- (
- : PaymentDataInput,
- : Boolean,
- : [CartItemInput]
- ): PersistCartResult 
- # Arguments
- #   TxnUndoInput: [Not documented]
- (: TxnUndoInputType): TxnUndoResultType 
- # Arguments
- #   ProcessCartInput: [Not documented]
- (: ProcessCartInput): PaymentProcessResult 
- # Arguments
- #   Txn: [Not documented]
- (: ProcessTxnInput): PaymentProcessResult 
- #   Sends a SchoolPay-branded receipt to a recipient.
- # 
- # Arguments
- #   OrderID: Sends a SchoolPay-branded receipt to the recipient 
- #   containing all transactions for the order ID passed.
- #   EmailAddress: The recipient who should receive the receipt.
- (: ID, : String): ReceiptResult 
- #   Modifies a company's configuration settings.
- # 
- # Arguments
- #   Company: [Not documented]
- #   ActiveProcessorInput: [Not documented]
- #   BillingConfigurationInput: [Not documented]
- #   PaymentMethods: [Not documented]
- #   IsSharedSettlement: [Not documented]
- #   IsManualCashBatching: [Not documented]
- #   IsAllowedToTransact: [Not documented]
- #   IsSplitSettlement: [Not documented]
- #   ApplyToSubCompanies: [Not documented]
- (
- : ID,
- : [ActiveProcessorInput],
- : BillingConfigurationInput,
- : [PaymentMethodEnum],
- : Boolean,
- : Boolean,
- : Boolean,
- : Boolean,
- : Boolean
- ): ModifyCompanyResult 
- }
link Require by
This element is not required by anyone