Structure
ActionableInsight.TransactionSummary.TransactionsOverview
public struct TransactionsOverview
Relationships
Member Of
ActionableInsight.TransactionSummary
Initializers
init(totalCount:mostCommonDescription:mostCommonCount:)
public init(totalCount: Int, mostCommonDescription: String, mostCommonCount: Int)
Properties
totalCount
let totalCount: Int
mostCommonDescription
let mostCommonDescription: String
mostCommonCount
let mostCommonCount: Int