<Batch report>

Included in payloads

{
  "amount": 1.00,
  "batchNumber": "173",
  "batched": 0,
  "cashDiscountCredit": 0,
  "cashDiscountDebit": 0,
  "closeDate": 1788456172397, // for closed batches
  "grossProcessed": 0,

  // Instant Funding details, if applicable
  "instantFunding": {
    "initType": 0,  // 0 - Manual, 1 - Auto
    "enabled": true,
    "amount": 100.00
  }

  "recordCount": 1,
  "svc": 0.00,
  "taxes": 0.00,
  "tips": 0.00,
  "totalProcessed": 1.00,  
  
  "totalsByCard": {
    "Visa": {
      "recordCount": 1,
      "totalProcessed": 1.00
    }
  },
    
  "transactions": [<Transaction>, …]
}