UpdateAllocationRequestItem

API: Internal/Beta

data class UpdateAllocationRequestItem(
    val id: String,
    val balance: Long,
    val startDate: Long,
    val endDate: Long?,
    val reason: String,
    val transactionId: String?,
)
Properties
id: String
balance: Long
startDate: Long
endDate: Long?
reason: String
transactionId: String? An traceable id for this specific transaction. Used to counter duplicate transactions and to trace cascading transactions