DistributionRecords

class DistributionRecords(val senderRecords: List<SenderDistributionRecord> = emptyList(), val receiverRecords: List<ReceiverDistributionRecord> = emptyList())

Constructors

Link copied to clipboard
constructor(senderRecords: List<SenderDistributionRecord> = emptyList(), receiverRecords: List<ReceiverDistributionRecord> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
val size: Int