RentOrder
type RentOrder {
# Rent order's duration type have been created with
durationType: DurationType
# Rent ID
rentId: Int!
# Get rent
rent: Rent!
}
Last updated
Was this helpful?
type RentOrder {
# Rent order's duration type have been created with
durationType: DurationType
# Rent ID
rentId: Int!
# Get rent
rent: Rent!
}
Last updated
Was this helpful?