Distributed
data class Distributed(val sortOrder: Int, val transactionType: StockUseCaseTransaction.Companion.TransactionType, val distributedTo: String, val stockDistributed: String) : StockUseCaseTransaction
Constructors
Link copied to clipboard
constructor(sortOrder: Int, transactionType: StockUseCaseTransaction.Companion.TransactionType, distributedTo: String, stockDistributed: String)