Skip to main content

Order Pricing


Method#

This method allows you calculate or estimate the outstanding price for an order you want to extend.

 suspend fun calculatePrice(parkingBody: ModifyOrderBody, orderId: String): ModifyOrderRes  

Request Model#

Represents the structure of the ModifyOrderBody object required to check the current order pricing.

data class ModifyOrderBody(    val parkingModifyType: String,     val proposedEndTime: String)