AccountStrike

data class AccountStrike(val activeStrikeCount: Long? = null, val totalStrikeCount: Long? = null, val firstStrikeAt: Timestamp? = null, val lastStrikeAt: Timestamp? = null)

Strike information for an account

Parameters

activeStrikeCount

Current number of active strikes (excluding expired strikes)

totalStrikeCount

Total number of strikes ever received (including expired strikes)

firstStrikeAt

Timestamp of the first strike received

lastStrikeAt

Timestamp of the most recent strike received

Constructors

Link copied to clipboard
constructor(activeStrikeCount: Long? = null, totalStrikeCount: Long? = null, firstStrikeAt: Timestamp? = null, lastStrikeAt: Timestamp? = null)

Properties

Link copied to clipboard

Current number of active strikes (excluding expired strikes)

Link copied to clipboard

Timestamp of the first strike received

Link copied to clipboard

Timestamp of the most recent strike received

Link copied to clipboard

Total number of strikes ever received (including expired strikes)