Delivery State Mutation
data class DeliveryStateMutation(val intentId: String, val state: DeliveryIntentState, val leaseId: String, val category: String, val attemptCount: UInt)
Atomic delivery-row mutation returned by Rust.
Constructors
Link copied to clipboard
constructor(intentId: String, state: DeliveryIntentState, leaseId: String, category: String, attemptCount: UInt)