INPUT_OBJECT
PropertyPriceInput
Pricing information group.
link GraphQL Schema definition
- input PropertyPriceInput {
- # The base rent
- : PriceInput
- # A free text for costs details.
- : [LocalizedStringInput!]
- # The negotiated price for the property. Usually this is set then the property is
- # sold or rented.
- : 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)
- : PriceInput
- # Cost of inventory reports for this property, if applicable
- : PriceInput
- # Life annuity property price
- : LifeAnnuityInput
- # The property taxes.
- : PriceInput
- # The advertised price of the property.
- : PriceInput
- # Recurring costs for the property.
- : PriceInput
- # Rent reference
- : PriceInput
- # Additional charges to the rent
- : PriceInput
- # A free text for taxes details.
- : [LocalizedStringInput!]
- # The VAT regime the property must respect.
- : Float
- # The yearly costs for the property.
- : PriceInput
- }