INPUT_OBJECT

PropertyPriceInput

Pricing information group.

link GraphQL Schema definition

  • input PropertyPriceInput {
  • # The base rent
  • base_rent: PriceInput
  • # A free text for costs details.
  • costs: [LocalizedStringInput!]
  • # The negotiated price for the property. Usually this is set then the property is
  • # sold or rented.
  • current_price: PriceInput
  • # Sum of money paid by the tenant to the landlord at the beginning of the lease
  • # term (a.k.a. a security deposit or a damage deposit)
  • guarantee: PriceInput
  • # Cost of inventory reports for this property, if applicable
  • inventory_report_cost: PriceInput
  • # Life annuity property price
  • life_annuity: LifeAnnuityInput
  • # The property taxes.
  • property_tax: PriceInput
  • # The advertised price of the property.
  • published_price: PriceInput
  • # Recurring costs for the property.
  • recurring_costs: PriceInput
  • # Rent reference
  • reference_rent: PriceInput
  • # Additional charges to the rent
  • rent_supplement: PriceInput
  • # A free text for taxes details.
  • taxes: [LocalizedStringInput!]
  • # The VAT regime the property must respect.
  • vat_regime: Float
  • # The yearly costs for the property.
  • yearly_budgeted_building_costs: PriceInput
  • }