abstract fun getDepotQuoteById(id: String): DepotQuotePurchase?
Returns the DepotQuotePurchase with the matching id.
id
- The DepotQuotePurchase id used in this query.
Return
The DepotQuotePurchase with this id or null if no such quote exists.