Propertyware · Schema

Income

Income for Request

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Properties

Name Type Description
camRecoveryAccount boolean Indicates if account is a CAM recovery account.
discountAccount boolean Indicates if account is a discount account.
escrowAccount boolean Indicates if account is a escrow account.
excludeFrom1099 boolean Indicates if account is excluded from Form1099.
excludeFromPayInFull boolean Indicates if account is excluded from paying in full.
excludeLateFee boolean Indicates if excluding from late fees.
rentAccount boolean Indicates if account is a rent account.
section8 boolean Indicates if account is a section8 account.
taxAccount boolean Indicates if account is a tax account.
View JSON Schema on GitHub

JSON Schema

income.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Income",
  "description": "Income for Request",
  "type": "object",
  "properties": {
    "camRecoveryAccount": {
      "type": "boolean",
      "example": false,
      "description": "Indicates if account is a CAM recovery account."
    },
    "discountAccount": {
      "type": "boolean",
      "example": false,
      "description": "Indicates if account is a discount account."
    },
    "escrowAccount": {
      "type": "boolean",
      "example": false,
      "description": "Indicates if account is a escrow account."
    },
    "excludeFrom1099": {
      "type": "boolean",
      "example": false,
      "description": "Indicates if account is excluded from Form1099."
    },
    "excludeFromPayInFull": {
      "type": "boolean",
      "example": false,
      "description": "Indicates if account is excluded from paying in full."
    },
    "excludeLateFee": {
      "type": "boolean",
      "example": false,
      "description": "Indicates if excluding from late fees."
    },
    "rentAccount": {
      "type": "boolean",
      "example": false,
      "description": "Indicates if account is a rent account."
    },
    "section8": {
      "type": "boolean",
      "example": false,
      "description": "Indicates if account is a section8 account."
    },
    "taxAccount": {
      "type": "boolean",
      "example": false,
      "description": "Indicates if account is a tax account."
    }
  }
}