For the complete documentation index, see llms.txt. This page is also available as Markdown.

RentOrder

type RentOrder {
  # Rent order's duration type have been created with
  durationType: DurationType

  # Rent ID
  rentId: Int!

  # Get rent
  rent: Rent!
}

Last updated