Batch
-
-
-
-
-
The id of employee who executed batch
Declaration
Swift
public var accountId: Int?
-
The number of transactions being batched
Declaration
Swift
public var txCount: Int?
-
Total amount closed
Declaration
Swift
public var totalBatchAmount: Int?
-
List of devices in batch
Declaration
Swift
public var devices: String?
-
-
-
Created time of batch
Declaration
Swift
public var createdTime: NSDate?
-
Modified time of batch
Declaration
Swift
public var modifiedTime: NSDate?
-
Details split based on card / employees
Declaration
Swift
public var batchDetails: CLVModels.Payments.BatchDetail?
-
-
-
-
-