mirror of
https://github.com/hmalik144/api-testing-automation-framework.git
synced 2025-12-10 02:55:21 +00:00
Initial commit
- Retrofit used to call API
This commit is contained in:
6
src/main/kotlin/model/CreateBookingResponse.kt
Normal file
6
src/main/kotlin/model/CreateBookingResponse.kt
Normal file
@@ -0,0 +1,6 @@
|
||||
package model
|
||||
|
||||
class CreateBookingResponse {
|
||||
var bookingid = 0
|
||||
var booking: BookingResponse? = null
|
||||
}
|
||||
Reference in New Issue
Block a user