propertyware 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.github/workflows/ci.yml +27 -0
- data/.github/workflows/publish.yml +48 -0
- data/.gitignore +39 -0
- data/.openapi-generator/FILES +375 -0
- data/.openapi-generator/VERSION +1 -0
- data/.openapi-generator/templates/ruby-client/gemspec.mustache +37 -0
- data/.openapi-generator/templates/ruby-client/partial_model_generic.mustache +371 -0
- data/.openapi-generator/templates/ruby-client/rubocop.mustache +124 -0
- data/.openapi-generator-ignore +23 -0
- data/.rspec +2 -0
- data/.rubocop.yml +124 -0
- data/CUSTOMIZATIONS.md +11 -0
- data/DOCS.md +673 -0
- data/Gemfile +9 -0
- data/Gemfile.lock +76 -0
- data/README.md +93 -0
- data/Rakefile +10 -0
- data/bin/CUSTOMIZATIONS.md +11 -0
- data/bin/README.md +93 -0
- data/bin/config.yml +7 -0
- data/bin/fix_json.rb +59 -0
- data/bin/propertyware.json +1 -0
- data/bin/rebuild.sh +31 -0
- data/docs/Account.md +84 -0
- data/docs/AccountingApi.md +1235 -0
- data/docs/Address.md +28 -0
- data/docs/Amenity.md +24 -0
- data/docs/AutoJournalEntry.md +46 -0
- data/docs/AutoPayment.md +42 -0
- data/docs/Bank.md +52 -0
- data/docs/BankDeposit.md +32 -0
- data/docs/BasicVendor.md +40 -0
- data/docs/Bill.md +54 -0
- data/docs/BillPaid.md +24 -0
- data/docs/BillPay.md +20 -0
- data/docs/BillPayment.md +46 -0
- data/docs/BillSplit.md +42 -0
- data/docs/BillsApi.md +1391 -0
- data/docs/Building.md +116 -0
- data/docs/BuildingsApi.md +1037 -0
- data/docs/Campaign.md +60 -0
- data/docs/CampaignSource.md +26 -0
- data/docs/Charge.md +36 -0
- data/docs/ChargeTx.md +52 -0
- data/docs/Check.md +48 -0
- data/docs/CheckSplit.md +30 -0
- data/docs/Comment.md +28 -0
- data/docs/Contact.md +74 -0
- data/docs/ContactsApi.md +783 -0
- data/docs/Conversation.md +36 -0
- data/docs/CreditCardAccount.md +18 -0
- data/docs/CurrentAsset.md +30 -0
- data/docs/CurrentLiability.md +30 -0
- data/docs/CustomField.md +24 -0
- data/docs/Discount.md +40 -0
- data/docs/Document.md +40 -0
- data/docs/DocumentsApi.md +267 -0
- data/docs/Entry.md +34 -0
- data/docs/Equity.md +32 -0
- data/docs/ErrorResponse.md +22 -0
- data/docs/Expense.md +32 -0
- data/docs/GLItem.md +40 -0
- data/docs/HealthCheckApi.md +86 -0
- data/docs/Income.md +34 -0
- data/docs/Inspection.md +46 -0
- data/docs/InspectionArea.md +22 -0
- data/docs/InspectionItem.md +24 -0
- data/docs/InspectionsApi.md +193 -0
- data/docs/JournalEntry.md +36 -0
- data/docs/JournalEntrySplit.md +24 -0
- data/docs/JournalEntrySplitResponse.md +24 -0
- data/docs/LateFeeRule.md +26 -0
- data/docs/Lease.md +76 -0
- data/docs/LeaseClause.md +22 -0
- data/docs/LeaseContact.md +36 -0
- data/docs/LeasesApi.md +3319 -0
- data/docs/ManagementFee.md +30 -0
- data/docs/ManagementSettings.md +26 -0
- data/docs/Marketing.md +62 -0
- data/docs/NonCurrentAsset.md +26 -0
- data/docs/NonCurrentLiability.md +30 -0
- data/docs/NonOperatingExpense.md +32 -0
- data/docs/NonOperatingInome.md +32 -0
- data/docs/Note.md +28 -0
- data/docs/Owner.md +38 -0
- data/docs/OwnerContribution.md +44 -0
- data/docs/OwnerDraw.md +44 -0
- data/docs/Payment.md +50 -0
- data/docs/PaymentCharge.md +36 -0
- data/docs/Portfolio.md +60 -0
- data/docs/PortfoliosApi.md +701 -0
- data/docs/PropertyManager.md +26 -0
- data/docs/Prospect.md +114 -0
- data/docs/ProspectsApi.md +789 -0
- data/docs/RESTAPIBulkErrorResponse.md +22 -0
- data/docs/RESTAPIBulkSuccessResponse.md +18 -0
- data/docs/RESTAPIError.md +20 -0
- data/docs/Refund.md +44 -0
- data/docs/ResponseEntity.md +20 -0
- data/docs/SaveAccount.md +52 -0
- data/docs/SaveAddress.md +28 -0
- data/docs/SaveAdjustment.md +26 -0
- data/docs/SaveAutoCharge.md +28 -0
- data/docs/SaveBankDeposit.md +20 -0
- data/docs/SaveBill.md +42 -0
- data/docs/SaveBillPayment.md +30 -0
- data/docs/SaveBillSplit.md +36 -0
- data/docs/SaveBuilding.md +84 -0
- data/docs/SaveCharge.md +28 -0
- data/docs/SaveCheck.md +30 -0
- data/docs/SaveCheckSplit.md +30 -0
- data/docs/SaveComment.md +18 -0
- data/docs/SaveContact.md +60 -0
- data/docs/SaveConversation.md +20 -0
- data/docs/SaveCredit.md +26 -0
- data/docs/SaveDiscount.md +28 -0
- data/docs/SaveJournalEntrySplit.md +22 -0
- data/docs/SaveLease.md +50 -0
- data/docs/SaveLeaseJournalEntry.md +26 -0
- data/docs/SaveOwner.md +36 -0
- data/docs/SaveOwnerContribution.md +34 -0
- data/docs/SaveOwnerDraw.md +34 -0
- data/docs/SavePayment.md +34 -0
- data/docs/SavePortfolio.md +38 -0
- data/docs/SaveProspect.md +76 -0
- data/docs/SaveProspectContact.md +36 -0
- data/docs/SaveRefund.md +34 -0
- data/docs/SaveUnit.md +60 -0
- data/docs/SaveVendor.md +46 -0
- data/docs/SaveWorkOrder.md +36 -0
- data/docs/SaveWorkOrderTask.md +30 -0
- data/docs/SplitPaid.md +34 -0
- data/docs/SplitPay.md +20 -0
- data/docs/Task.md +42 -0
- data/docs/Transaction.md +54 -0
- data/docs/Unit.md +96 -0
- data/docs/UnitsApi.md +875 -0
- data/docs/UpdateLeaseJournalEntry.md +26 -0
- data/docs/Vendor.md +76 -0
- data/docs/VendorsApi.md +617 -0
- data/docs/WorkOrder.md +78 -0
- data/docs/WorkOrdersApi.md +883 -0
- data/lib/propertyware/api/accounting_api.rb +1041 -0
- data/lib/propertyware/api/bills_api.rb +1182 -0
- data/lib/propertyware/api/buildings_api.rb +863 -0
- data/lib/propertyware/api/contacts_api.rb +666 -0
- data/lib/propertyware/api/documents_api.rb +235 -0
- data/lib/propertyware/api/health_check_api.rb +79 -0
- data/lib/propertyware/api/inspections_api.rb +172 -0
- data/lib/propertyware/api/leases_api.rb +2787 -0
- data/lib/propertyware/api/portfolios_api.rb +599 -0
- data/lib/propertyware/api/prospects_api.rb +671 -0
- data/lib/propertyware/api/units_api.rb +740 -0
- data/lib/propertyware/api/vendors_api.rb +522 -0
- data/lib/propertyware/api/work_orders_api.rb +763 -0
- data/lib/propertyware/api_client.rb +428 -0
- data/lib/propertyware/api_error.rb +58 -0
- data/lib/propertyware/configuration.rb +392 -0
- data/lib/propertyware/models/account.rb +549 -0
- data/lib/propertyware/models/address.rb +269 -0
- data/lib/propertyware/models/amenity.rb +249 -0
- data/lib/propertyware/models/auto_journal_entry.rb +358 -0
- data/lib/propertyware/models/auto_payment.rb +338 -0
- data/lib/propertyware/models/bank.rb +389 -0
- data/lib/propertyware/models/bank_deposit.rb +289 -0
- data/lib/propertyware/models/basic_vendor.rb +330 -0
- data/lib/propertyware/models/bill.rb +401 -0
- data/lib/propertyware/models/bill_paid.rb +250 -0
- data/lib/propertyware/models/bill_pay.rb +230 -0
- data/lib/propertyware/models/bill_payment.rb +361 -0
- data/lib/propertyware/models/bill_split.rb +339 -0
- data/lib/propertyware/models/building.rb +782 -0
- data/lib/propertyware/models/campaign.rb +430 -0
- data/lib/propertyware/models/campaign_source.rb +258 -0
- data/lib/propertyware/models/charge.rb +318 -0
- data/lib/propertyware/models/charge_tx.rb +401 -0
- data/lib/propertyware/models/check.rb +425 -0
- data/lib/propertyware/models/check_split.rb +284 -0
- data/lib/propertyware/models/comment.rb +269 -0
- data/lib/propertyware/models/contact.rb +546 -0
- data/lib/propertyware/models/conversation.rb +345 -0
- data/lib/propertyware/models/credit_card_account.rb +219 -0
- data/lib/propertyware/models/current_asset.rb +279 -0
- data/lib/propertyware/models/current_liability.rb +279 -0
- data/lib/propertyware/models/custom_field.rb +249 -0
- data/lib/propertyware/models/discount.rb +339 -0
- data/lib/propertyware/models/document.rb +362 -0
- data/lib/propertyware/models/entry.rb +297 -0
- data/lib/propertyware/models/equity.rb +289 -0
- data/lib/propertyware/models/error_response.rb +237 -0
- data/lib/propertyware/models/expense.rb +289 -0
- data/lib/propertyware/models/gl_item.rb +330 -0
- data/lib/propertyware/models/income.rb +299 -0
- data/lib/propertyware/models/inspection.rb +361 -0
- data/lib/propertyware/models/inspection_area.rb +241 -0
- data/lib/propertyware/models/inspection_item.rb +249 -0
- data/lib/propertyware/models/journal_entry.rb +311 -0
- data/lib/propertyware/models/journal_entry_split.rb +264 -0
- data/lib/propertyware/models/journal_entry_split_response.rb +263 -0
- data/lib/propertyware/models/late_fee_rule.rb +258 -0
- data/lib/propertyware/models/lease.rb +515 -0
- data/lib/propertyware/models/lease_clause.rb +238 -0
- data/lib/propertyware/models/lease_contact.rb +309 -0
- data/lib/propertyware/models/management_fee.rb +279 -0
- data/lib/propertyware/models/management_settings.rb +261 -0
- data/lib/propertyware/models/marketing.rb +439 -0
- data/lib/propertyware/models/non_current_asset.rb +259 -0
- data/lib/propertyware/models/non_current_liability.rb +279 -0
- data/lib/propertyware/models/non_operating_expense.rb +289 -0
- data/lib/propertyware/models/non_operating_inome.rb +289 -0
- data/lib/propertyware/models/note.rb +267 -0
- data/lib/propertyware/models/owner.rb +318 -0
- data/lib/propertyware/models/owner_contribution.rb +418 -0
- data/lib/propertyware/models/owner_draw.rb +398 -0
- data/lib/propertyware/models/payment.rb +423 -0
- data/lib/propertyware/models/payment_charge.rb +358 -0
- data/lib/propertyware/models/portfolio.rb +479 -0
- data/lib/propertyware/models/property_manager.rb +259 -0
- data/lib/propertyware/models/prospect.rb +701 -0
- data/lib/propertyware/models/refund.rb +384 -0
- data/lib/propertyware/models/response_entity.rb +260 -0
- data/lib/propertyware/models/restapi_bulk_error_response.rb +237 -0
- data/lib/propertyware/models/restapi_bulk_success_response.rb +217 -0
- data/lib/propertyware/models/restapi_error.rb +226 -0
- data/lib/propertyware/models/save_account.rb +398 -0
- data/lib/propertyware/models/save_address.rb +274 -0
- data/lib/propertyware/models/save_adjustment.rb +269 -0
- data/lib/propertyware/models/save_auto_charge.rb +328 -0
- data/lib/propertyware/models/save_bank_deposit.rb +239 -0
- data/lib/propertyware/models/save_bill.rb +356 -0
- data/lib/propertyware/models/save_bill_payment.rb +314 -0
- data/lib/propertyware/models/save_bill_split.rb +319 -0
- data/lib/propertyware/models/save_building.rb +653 -0
- data/lib/propertyware/models/save_charge.rb +289 -0
- data/lib/propertyware/models/save_check.rb +291 -0
- data/lib/propertyware/models/save_check_split.rb +289 -0
- data/lib/propertyware/models/save_comment.rb +224 -0
- data/lib/propertyware/models/save_contact.rb +472 -0
- data/lib/propertyware/models/save_conversation.rb +273 -0
- data/lib/propertyware/models/save_credit.rb +271 -0
- data/lib/propertyware/models/save_discount.rb +289 -0
- data/lib/propertyware/models/save_journal_entry_split.rb +254 -0
- data/lib/propertyware/models/save_lease.rb +444 -0
- data/lib/propertyware/models/save_lease_journal_entry.rb +276 -0
- data/lib/propertyware/models/save_owner.rb +318 -0
- data/lib/propertyware/models/save_owner_contribution.rb +373 -0
- data/lib/propertyware/models/save_owner_draw.rb +334 -0
- data/lib/propertyware/models/save_payment.rb +373 -0
- data/lib/propertyware/models/save_portfolio.rb +379 -0
- data/lib/propertyware/models/save_prospect.rb +511 -0
- data/lib/propertyware/models/save_prospect_contact.rb +318 -0
- data/lib/propertyware/models/save_refund.rb +334 -0
- data/lib/propertyware/models/save_unit.rb +492 -0
- data/lib/propertyware/models/save_vendor.rb +379 -0
- data/lib/propertyware/models/save_work_order.rb +345 -0
- data/lib/propertyware/models/save_work_order_task.rb +284 -0
- data/lib/propertyware/models/split_paid.rb +298 -0
- data/lib/propertyware/models/split_pay.rb +228 -0
- data/lib/propertyware/models/task.rb +339 -0
- data/lib/propertyware/models/transaction.rb +433 -0
- data/lib/propertyware/models/unit.rb +670 -0
- data/lib/propertyware/models/update_lease_journal_entry.rb +276 -0
- data/lib/propertyware/models/vendor.rb +511 -0
- data/lib/propertyware/models/work_order.rb +557 -0
- data/lib/propertyware/version.rb +15 -0
- data/lib/propertyware.rb +158 -0
- data/openapitools.json +7 -0
- data/propertyware.gemspec +39 -0
- data/spec/api/accounting_api_spec.rb +239 -0
- data/spec/api/bills_api_spec.rb +260 -0
- data/spec/api/buildings_api_spec.rb +199 -0
- data/spec/api/contacts_api_spec.rb +159 -0
- data/spec/api/documents_api_spec.rb +77 -0
- data/spec/api/health_check_api_spec.rb +46 -0
- data/spec/api/inspections_api_spec.rb +68 -0
- data/spec/api/leases_api_spec.rb +579 -0
- data/spec/api/portfolios_api_spec.rb +147 -0
- data/spec/api/prospects_api_spec.rb +162 -0
- data/spec/api/units_api_spec.rb +176 -0
- data/spec/api/vendors_api_spec.rb +134 -0
- data/spec/api/work_orders_api_spec.rb +180 -0
- data/spec/api_client_spec.rb +223 -0
- data/spec/configuration_spec.rb +82 -0
- data/spec/models/account_spec.rb +232 -0
- data/spec/models/address_spec.rb +64 -0
- data/spec/models/amenity_spec.rb +52 -0
- data/spec/models/auto_journal_entry_spec.rb +118 -0
- data/spec/models/auto_payment_spec.rb +106 -0
- data/spec/models/bank_deposit_spec.rb +76 -0
- data/spec/models/bank_spec.rb +136 -0
- data/spec/models/basic_vendor_spec.rb +100 -0
- data/spec/models/bill_paid_spec.rb +52 -0
- data/spec/models/bill_pay_spec.rb +40 -0
- data/spec/models/bill_payment_spec.rb +118 -0
- data/spec/models/bill_spec.rb +142 -0
- data/spec/models/bill_split_spec.rb +106 -0
- data/spec/models/building_spec.rb +344 -0
- data/spec/models/campaign_source_spec.rb +58 -0
- data/spec/models/campaign_spec.rb +160 -0
- data/spec/models/charge_spec.rb +88 -0
- data/spec/models/charge_tx_spec.rb +136 -0
- data/spec/models/check_spec.rb +128 -0
- data/spec/models/check_split_spec.rb +70 -0
- data/spec/models/comment_spec.rb +64 -0
- data/spec/models/contact_spec.rb +210 -0
- data/spec/models/conversation_spec.rb +92 -0
- data/spec/models/credit_card_account_spec.rb +34 -0
- data/spec/models/current_asset_spec.rb +70 -0
- data/spec/models/current_liability_spec.rb +70 -0
- data/spec/models/custom_field_spec.rb +52 -0
- data/spec/models/discount_spec.rb +100 -0
- data/spec/models/document_spec.rb +104 -0
- data/spec/models/entry_spec.rb +82 -0
- data/spec/models/equity_spec.rb +76 -0
- data/spec/models/error_response_spec.rb +46 -0
- data/spec/models/expense_spec.rb +76 -0
- data/spec/models/gl_item_spec.rb +100 -0
- data/spec/models/income_spec.rb +82 -0
- data/spec/models/inspection_area_spec.rb +46 -0
- data/spec/models/inspection_item_spec.rb +52 -0
- data/spec/models/inspection_spec.rb +118 -0
- data/spec/models/journal_entry_spec.rb +88 -0
- data/spec/models/journal_entry_split_response_spec.rb +52 -0
- data/spec/models/journal_entry_split_spec.rb +52 -0
- data/spec/models/late_fee_rule_spec.rb +58 -0
- data/spec/models/lease_clause_spec.rb +46 -0
- data/spec/models/lease_contact_spec.rb +88 -0
- data/spec/models/lease_spec.rb +208 -0
- data/spec/models/management_fee_spec.rb +70 -0
- data/spec/models/management_settings_spec.rb +58 -0
- data/spec/models/marketing_spec.rb +166 -0
- data/spec/models/non_current_asset_spec.rb +58 -0
- data/spec/models/non_current_liability_spec.rb +70 -0
- data/spec/models/non_operating_expense_spec.rb +76 -0
- data/spec/models/non_operating_inome_spec.rb +76 -0
- data/spec/models/note_spec.rb +64 -0
- data/spec/models/owner_contribution_spec.rb +116 -0
- data/spec/models/owner_draw_spec.rb +116 -0
- data/spec/models/owner_spec.rb +94 -0
- data/spec/models/payment_charge_spec.rb +92 -0
- data/spec/models/payment_spec.rb +134 -0
- data/spec/models/portfolio_spec.rb +168 -0
- data/spec/models/property_manager_spec.rb +58 -0
- data/spec/models/prospect_spec.rb +322 -0
- data/spec/models/refund_spec.rb +112 -0
- data/spec/models/response_entity_spec.rb +44 -0
- data/spec/models/restapi_bulk_error_response_spec.rb +46 -0
- data/spec/models/restapi_bulk_success_response_spec.rb +34 -0
- data/spec/models/restapi_error_spec.rb +40 -0
- data/spec/models/save_account_spec.rb +136 -0
- data/spec/models/save_address_spec.rb +64 -0
- data/spec/models/save_adjustment_spec.rb +58 -0
- data/spec/models/save_auto_charge_spec.rb +68 -0
- data/spec/models/save_bank_deposit_spec.rb +40 -0
- data/spec/models/save_bill_payment_spec.rb +74 -0
- data/spec/models/save_bill_spec.rb +106 -0
- data/spec/models/save_bill_split_spec.rb +88 -0
- data/spec/models/save_building_spec.rb +248 -0
- data/spec/models/save_charge_spec.rb +64 -0
- data/spec/models/save_check_spec.rb +70 -0
- data/spec/models/save_check_split_spec.rb +70 -0
- data/spec/models/save_comment_spec.rb +34 -0
- data/spec/models/save_contact_spec.rb +164 -0
- data/spec/models/save_conversation_spec.rb +44 -0
- data/spec/models/save_credit_spec.rb +58 -0
- data/spec/models/save_discount_spec.rb +64 -0
- data/spec/models/save_journal_entry_split_spec.rb +46 -0
- data/spec/models/save_lease_journal_entry_spec.rb +58 -0
- data/spec/models/save_lease_spec.rb +134 -0
- data/spec/models/save_owner_contribution_spec.rb +86 -0
- data/spec/models/save_owner_draw_spec.rb +82 -0
- data/spec/models/save_owner_spec.rb +88 -0
- data/spec/models/save_payment_spec.rb +86 -0
- data/spec/models/save_portfolio_spec.rb +102 -0
- data/spec/models/save_prospect_contact_spec.rb +88 -0
- data/spec/models/save_prospect_spec.rb +208 -0
- data/spec/models/save_refund_spec.rb +82 -0
- data/spec/models/save_unit_spec.rb +164 -0
- data/spec/models/save_vendor_spec.rb +118 -0
- data/spec/models/save_work_order_spec.rb +92 -0
- data/spec/models/save_work_order_task_spec.rb +70 -0
- data/spec/models/split_paid_spec.rb +82 -0
- data/spec/models/split_pay_spec.rb +40 -0
- data/spec/models/task_spec.rb +106 -0
- data/spec/models/transaction_spec.rb +146 -0
- data/spec/models/unit_spec.rb +280 -0
- data/spec/models/update_lease_journal_entry_spec.rb +58 -0
- data/spec/models/vendor_spec.rb +208 -0
- data/spec/models/work_order_spec.rb +218 -0
- data/spec/spec_helper.rb +111 -0
- metadata +609 -0
@@ -0,0 +1,30 @@
|
|
1
|
+
# Propertyware::ManagementFee
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **account_code** | **String** | Management fee account code. | [optional] |
|
8
|
+
| **account_number** | **String** | Management fee account number. | [optional] |
|
9
|
+
| **id** | **Integer** | Unique identifier. | [optional] |
|
10
|
+
| **manager** | **String** | Property manager name. | [optional] |
|
11
|
+
| **managers_commission_percentage** | **Float** | Property manager commission percentage. | [optional] |
|
12
|
+
| **pass_through** | **Boolean** | Indicates if the commission account is of the passthrough type. | [optional] |
|
13
|
+
| **percentage** | **Float** | Management fee percentage. | [optional] |
|
14
|
+
|
15
|
+
## Example
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'propertyware'
|
19
|
+
|
20
|
+
instance = Propertyware::ManagementFee.new(
|
21
|
+
account_code: null,
|
22
|
+
account_number: null,
|
23
|
+
id: null,
|
24
|
+
manager: null,
|
25
|
+
managers_commission_percentage: null,
|
26
|
+
pass_through: false,
|
27
|
+
percentage: null
|
28
|
+
)
|
29
|
+
```
|
30
|
+
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# Propertyware::ManagementSettings
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **management_contract_end_date** | **Date** | End date of the property contract. | [optional] |
|
8
|
+
| **management_contract_start_date** | **Date** | Start date of the property contract. | [optional] |
|
9
|
+
| **management_fee_type** | **String** | Indicates the type of management fee. | [optional] |
|
10
|
+
| **management_fees** | [**Array<ManagementFee>**](ManagementFee.md) | List of property management fee rules. | [optional] |
|
11
|
+
| **management_flat_fee** | **Float** | Flat management fee amount. | [optional] |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'propertyware'
|
17
|
+
|
18
|
+
instance = Propertyware::ManagementSettings.new(
|
19
|
+
management_contract_end_date: null,
|
20
|
+
management_contract_start_date: null,
|
21
|
+
management_fee_type: null,
|
22
|
+
management_fees: null,
|
23
|
+
management_flat_fee: null
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
data/docs/Marketing.md
ADDED
@@ -0,0 +1,62 @@
|
|
1
|
+
# Propertyware::Marketing
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **available_date** | **Date** | Available date to lease for a unit/building. | [optional] |
|
8
|
+
| **comments** | **String** | Marketing description. | [optional] |
|
9
|
+
| **featured** | **Boolean** | Indicates if property is featured for rent or sale. | [optional] |
|
10
|
+
| **featured_for_rent** | **Boolean** | Indicates if the unit/building is featured for rent. | [optional] |
|
11
|
+
| **featured_for_sale** | **Boolean** | Indicates if unit/building is featured for sale. | [optional] |
|
12
|
+
| **for_sale** | **Boolean** | Indicates if this building/unit is for sale. | [optional] |
|
13
|
+
| **latitude** | **Float** | Latitude for geolocation of this building/unit. | [optional] |
|
14
|
+
| **lease_terms** | **Integer** | Lease terms of a unit/building. | [optional] |
|
15
|
+
| **lease_terms_units** | **String** | Unit/building lease terms units. | [optional] |
|
16
|
+
| **longitude** | **Float** | Longitude for geolocation of this building/unit. | [optional] |
|
17
|
+
| **marketing_name** | **String** | Marketing name. | [optional] |
|
18
|
+
| **mls_lease_number** | **String** | MLS lease number of this building/unit. | [optional] |
|
19
|
+
| **mls_number** | **String** | MLS number of this building/unit. | [optional] |
|
20
|
+
| **other_tenant_charges** | **String** | Other tenant charges. | [optional] |
|
21
|
+
| **parcel_number** | **String** | Parcel number of this building/unit. | [optional] |
|
22
|
+
| **pets_allowed** | **Boolean** | Indicates if pets are allowed in a unit/building. | [optional] |
|
23
|
+
| **posting_title** | **String** | Posting title name for marketing this building/unit. | [optional] |
|
24
|
+
| **published_for_sale** | **Boolean** | Indicates if the unit/building is published for sale. | [optional] |
|
25
|
+
| **sale_price** | **Float** | Sale price of this building/unit. | [optional] |
|
26
|
+
| **sale_terms** | **String** | Sale terms of this building/unit. | [optional] |
|
27
|
+
| **short_description** | **String** | Marketing short description. | [optional] |
|
28
|
+
| **smoking_allowed** | **Boolean** | Indicates if smoking is allowed in this unit/building. | [optional] |
|
29
|
+
| **specials** | **String** | Specials of this building/unit. | [optional] |
|
30
|
+
|
31
|
+
## Example
|
32
|
+
|
33
|
+
```ruby
|
34
|
+
require 'propertyware'
|
35
|
+
|
36
|
+
instance = Propertyware::Marketing.new(
|
37
|
+
available_date: null,
|
38
|
+
comments: null,
|
39
|
+
featured: false,
|
40
|
+
featured_for_rent: false,
|
41
|
+
featured_for_sale: false,
|
42
|
+
for_sale: false,
|
43
|
+
latitude: null,
|
44
|
+
lease_terms: null,
|
45
|
+
lease_terms_units: null,
|
46
|
+
longitude: null,
|
47
|
+
marketing_name: null,
|
48
|
+
mls_lease_number: null,
|
49
|
+
mls_number: null,
|
50
|
+
other_tenant_charges: null,
|
51
|
+
parcel_number: null,
|
52
|
+
pets_allowed: false,
|
53
|
+
posting_title: null,
|
54
|
+
published_for_sale: false,
|
55
|
+
sale_price: null,
|
56
|
+
sale_terms: null,
|
57
|
+
short_description: null,
|
58
|
+
smoking_allowed: false,
|
59
|
+
specials: null
|
60
|
+
)
|
61
|
+
```
|
62
|
+
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# Propertyware::NonCurrentAsset
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **discount_account** | **Boolean** | Indicates if account is a discount account. | [optional] |
|
8
|
+
| **escrow_account** | **Boolean** | Indicates if account is a escrow account. | [optional] |
|
9
|
+
| **exclude_from1099** | **Boolean** | Indicates if account is excluded from Form1099. | [optional] |
|
10
|
+
| **exclude_from_pay_in_full** | **Boolean** | Indicates if account is excluded from paying in full. | [optional] |
|
11
|
+
| **exclude_late_fee** | **Boolean** | Indicates if excluding from late fees. | [optional] |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'propertyware'
|
17
|
+
|
18
|
+
instance = Propertyware::NonCurrentAsset.new(
|
19
|
+
discount_account: false,
|
20
|
+
escrow_account: false,
|
21
|
+
exclude_from1099: false,
|
22
|
+
exclude_from_pay_in_full: false,
|
23
|
+
exclude_late_fee: false
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
@@ -0,0 +1,30 @@
|
|
1
|
+
# Propertyware::NonCurrentLiability
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **discount_account** | **Boolean** | Indicates if account is a discount account. | [optional] |
|
8
|
+
| **escrow_account** | **Boolean** | Indicates if account is a escrow account. | [optional] |
|
9
|
+
| **exclude_from1099** | **Boolean** | Indicates if account is excluded from Form1099. | [optional] |
|
10
|
+
| **exclude_from_pay_in_full** | **Boolean** | Indicates if account is excluded from paying in full. | [optional] |
|
11
|
+
| **exclude_late_fee** | **Boolean** | Indicates if excluding from late fees. | [optional] |
|
12
|
+
| **rent_account** | **Boolean** | Indicates if account is a rent account. | [optional] |
|
13
|
+
| **tax_account** | **Boolean** | Indicates if account is a tax account. | [optional] |
|
14
|
+
|
15
|
+
## Example
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
require 'propertyware'
|
19
|
+
|
20
|
+
instance = Propertyware::NonCurrentLiability.new(
|
21
|
+
discount_account: false,
|
22
|
+
escrow_account: false,
|
23
|
+
exclude_from1099: false,
|
24
|
+
exclude_from_pay_in_full: false,
|
25
|
+
exclude_late_fee: false,
|
26
|
+
rent_account: false,
|
27
|
+
tax_account: false
|
28
|
+
)
|
29
|
+
```
|
30
|
+
|
@@ -0,0 +1,32 @@
|
|
1
|
+
# Propertyware::NonOperatingExpense
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **cam_recovery_account** | **Boolean** | Indicates if account is a CAM recovery account. | [optional] |
|
8
|
+
| **discount_account** | **Boolean** | Indicates if account is a discount account. | [optional] |
|
9
|
+
| **escrow_account** | **Boolean** | Indicates if account is a escrow account. | [optional] |
|
10
|
+
| **exclude_from1099** | **Boolean** | Indicates if account is excluded from Form1099. | [optional] |
|
11
|
+
| **exclude_from_pay_in_full** | **Boolean** | Indicates if account is excluded from paying in full. | [optional] |
|
12
|
+
| **exclude_late_fee** | **Boolean** | Indicates if excluding from late fees. | [optional] |
|
13
|
+
| **rent_account** | **Boolean** | Indicates if account is a rent account. | [optional] |
|
14
|
+
| **tax_account** | **Boolean** | Indicates if account is a tax account. | [optional] |
|
15
|
+
|
16
|
+
## Example
|
17
|
+
|
18
|
+
```ruby
|
19
|
+
require 'propertyware'
|
20
|
+
|
21
|
+
instance = Propertyware::NonOperatingExpense.new(
|
22
|
+
cam_recovery_account: false,
|
23
|
+
discount_account: false,
|
24
|
+
escrow_account: false,
|
25
|
+
exclude_from1099: false,
|
26
|
+
exclude_from_pay_in_full: false,
|
27
|
+
exclude_late_fee: false,
|
28
|
+
rent_account: false,
|
29
|
+
tax_account: false
|
30
|
+
)
|
31
|
+
```
|
32
|
+
|
@@ -0,0 +1,32 @@
|
|
1
|
+
# Propertyware::NonOperatingInome
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **cam_recovery_account** | **Boolean** | Indicates if account is a CAM recovery account. | [optional] |
|
8
|
+
| **discount_account** | **Boolean** | Indicates if account is a discount account. | [optional] |
|
9
|
+
| **escrow_account** | **Boolean** | Indicates if account is a escrow account. | [optional] |
|
10
|
+
| **exclude_from1099** | **Boolean** | Indicates if account is excluded from Form1099. | [optional] |
|
11
|
+
| **exclude_from_pay_in_full** | **Boolean** | Indicates if account is excluded from paying in full. | [optional] |
|
12
|
+
| **exclude_late_fee** | **Boolean** | Indicates if excluding from late fees. | [optional] |
|
13
|
+
| **rent_account** | **Boolean** | Indicates if account is a rent account. | [optional] |
|
14
|
+
| **tax_account** | **Boolean** | Indicates if account is a tax account. | [optional] |
|
15
|
+
|
16
|
+
## Example
|
17
|
+
|
18
|
+
```ruby
|
19
|
+
require 'propertyware'
|
20
|
+
|
21
|
+
instance = Propertyware::NonOperatingInome.new(
|
22
|
+
cam_recovery_account: false,
|
23
|
+
discount_account: false,
|
24
|
+
escrow_account: false,
|
25
|
+
exclude_from1099: false,
|
26
|
+
exclude_from_pay_in_full: false,
|
27
|
+
exclude_late_fee: false,
|
28
|
+
rent_account: false,
|
29
|
+
tax_account: false
|
30
|
+
)
|
31
|
+
```
|
32
|
+
|
data/docs/Note.md
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
# Propertyware::Note
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **body** | **String** | Content of the note. | [optional] |
|
8
|
+
| **date** | **Date** | Date the note was created. | [optional] |
|
9
|
+
| **id** | **Integer** | Unique identifier. | [optional] |
|
10
|
+
| **private** | **Boolean** | | [optional] |
|
11
|
+
| **subject** | **String** | Subject. | [optional] |
|
12
|
+
| **type** | **String** | Note type. | [optional] |
|
13
|
+
|
14
|
+
## Example
|
15
|
+
|
16
|
+
```ruby
|
17
|
+
require 'propertyware'
|
18
|
+
|
19
|
+
instance = Propertyware::Note.new(
|
20
|
+
body: null,
|
21
|
+
date: null,
|
22
|
+
id: null,
|
23
|
+
private: null,
|
24
|
+
subject: null,
|
25
|
+
type: null
|
26
|
+
)
|
27
|
+
```
|
28
|
+
|
data/docs/Owner.md
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
# Propertyware::Owner
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **address** | [**Address**](Address.md) | | [optional] |
|
8
|
+
| **email** | **String** | Email address. | [optional] |
|
9
|
+
| **first_name** | **String** | First name. | [optional] |
|
10
|
+
| **home_phone** | **String** | Home phone. | [optional] |
|
11
|
+
| **id** | **Integer** | Unique identifier. | [optional] |
|
12
|
+
| **last_name** | **String** | Last name. | [optional] |
|
13
|
+
| **mobile_phone** | **String** | Mobile phone. | [optional] |
|
14
|
+
| **name** | **String** | Full name. | [optional] |
|
15
|
+
| **other_phone** | **String** | Other phone. | [optional] |
|
16
|
+
| **percentage_ownership** | **Float** | Percentage ownership. | [optional] |
|
17
|
+
| **work_phone** | **String** | Work phone. | [optional] |
|
18
|
+
|
19
|
+
## Example
|
20
|
+
|
21
|
+
```ruby
|
22
|
+
require 'propertyware'
|
23
|
+
|
24
|
+
instance = Propertyware::Owner.new(
|
25
|
+
address: null,
|
26
|
+
email: null,
|
27
|
+
first_name: null,
|
28
|
+
home_phone: null,
|
29
|
+
id: null,
|
30
|
+
last_name: null,
|
31
|
+
mobile_phone: null,
|
32
|
+
name: null,
|
33
|
+
other_phone: null,
|
34
|
+
percentage_ownership: null,
|
35
|
+
work_phone: null
|
36
|
+
)
|
37
|
+
```
|
38
|
+
|
@@ -0,0 +1,44 @@
|
|
1
|
+
# Propertyware::OwnerContribution
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **amount** | **Float** | Amount. | |
|
8
|
+
| **comments** | **String** | Comments. | [optional] |
|
9
|
+
| **contact_id** | **Integer** | Id of the contact associated with this owner contribution. | |
|
10
|
+
| **created_by** | **String** | User who created the record. | [optional] |
|
11
|
+
| **created_date_time** | **Time** | Date and time the record was created. (Timezone: UTC) | [optional] |
|
12
|
+
| **date** | **Date** | Post date. | |
|
13
|
+
| **destination_account_id** | **Integer** | Id of the bank account where the payment will be deposited. | |
|
14
|
+
| **gl_account_id** | **Integer** | Id of the general ledger account associated with this owner contribution. | |
|
15
|
+
| **id** | **Integer** | Unique identifier. | [optional] |
|
16
|
+
| **last_modified_by** | **String** | User who last modified the record. | [optional] |
|
17
|
+
| **last_modified_date_time** | **Time** | Date and time the record was last modified. (Timezone: UTC) | [optional] |
|
18
|
+
| **payment_type** | **String** | Payment type. | |
|
19
|
+
| **portfolio_id** | **Integer** | Id of the portfolio to apply the payment to. | |
|
20
|
+
| **ref_no** | **String** | Reference number. | [optional] |
|
21
|
+
|
22
|
+
## Example
|
23
|
+
|
24
|
+
```ruby
|
25
|
+
require 'propertyware'
|
26
|
+
|
27
|
+
instance = Propertyware::OwnerContribution.new(
|
28
|
+
amount: null,
|
29
|
+
comments: null,
|
30
|
+
contact_id: null,
|
31
|
+
created_by: null,
|
32
|
+
created_date_time: null,
|
33
|
+
date: null,
|
34
|
+
destination_account_id: null,
|
35
|
+
gl_account_id: null,
|
36
|
+
id: null,
|
37
|
+
last_modified_by: null,
|
38
|
+
last_modified_date_time: null,
|
39
|
+
payment_type: null,
|
40
|
+
portfolio_id: null,
|
41
|
+
ref_no: null
|
42
|
+
)
|
43
|
+
```
|
44
|
+
|
data/docs/OwnerDraw.md
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
# Propertyware::OwnerDraw
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **amount** | **Float** | Amount. | |
|
8
|
+
| **comments** | **String** | Comments. | [optional] |
|
9
|
+
| **contact_id** | **Integer** | Id of the contact associated with this owner draw. | [optional] |
|
10
|
+
| **created_by** | **String** | User who created the record. | [optional] |
|
11
|
+
| **created_date_time** | **Time** | Date and time the record was created. (Timezone: UTC) | [optional] |
|
12
|
+
| **date** | **Date** | Post date. | |
|
13
|
+
| **destination_account_id** | **Integer** | Id of the bank account where the payment will be made from. | [optional] |
|
14
|
+
| **gl_account_id** | **Integer** | Id of the general ledger account associated with this owner draw. | |
|
15
|
+
| **id** | **Integer** | Unique identifier. | [optional] |
|
16
|
+
| **last_modified_by** | **String** | User who last modified the record. | [optional] |
|
17
|
+
| **last_modified_date_time** | **Time** | Date and time the record was last modified. (Timezone: UTC) | [optional] |
|
18
|
+
| **payment_type** | **String** | Payment type. | [optional] |
|
19
|
+
| **portfolio_id** | **Integer** | Id of the portfolio associated with this owner draw. | [optional] |
|
20
|
+
| **ref_no** | **String** | Reference number. | [optional] |
|
21
|
+
|
22
|
+
## Example
|
23
|
+
|
24
|
+
```ruby
|
25
|
+
require 'propertyware'
|
26
|
+
|
27
|
+
instance = Propertyware::OwnerDraw.new(
|
28
|
+
amount: null,
|
29
|
+
comments: null,
|
30
|
+
contact_id: null,
|
31
|
+
created_by: null,
|
32
|
+
created_date_time: null,
|
33
|
+
date: null,
|
34
|
+
destination_account_id: null,
|
35
|
+
gl_account_id: null,
|
36
|
+
id: null,
|
37
|
+
last_modified_by: null,
|
38
|
+
last_modified_date_time: null,
|
39
|
+
payment_type: null,
|
40
|
+
portfolio_id: null,
|
41
|
+
ref_no: null
|
42
|
+
)
|
43
|
+
```
|
44
|
+
|
data/docs/Payment.md
ADDED
@@ -0,0 +1,50 @@
|
|
1
|
+
# Propertyware::Payment
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **amount** | **Float** | Amount. | |
|
8
|
+
| **comments** | **String** | Comments. | [optional] |
|
9
|
+
| **contact_id** | **Integer** | Id of the contact associated with this payment. | [optional] |
|
10
|
+
| **created_by** | **String** | User who created the record. | [optional] |
|
11
|
+
| **created_date_time** | **Time** | Date and time the record was created. (Timezone: UTC) | [optional] |
|
12
|
+
| **date** | **Date** | Post date. | |
|
13
|
+
| **deposit_date** | **Date** | Date the payment was deposited. | [optional] |
|
14
|
+
| **destination_account_id** | **Integer** | Id of the bank account where the payment was deposited. | [optional] |
|
15
|
+
| **id** | **Integer** | Unique identifier. | [optional] |
|
16
|
+
| **is_deposited** | **Boolean** | Indicates if the payment has been deposited. | [optional] |
|
17
|
+
| **last_modified_by** | **String** | User who last modified the record. | [optional] |
|
18
|
+
| **last_modified_date_time** | **Time** | Date and time the record was last modified. (Timezone: UTC) | [optional] |
|
19
|
+
| **lease_id** | **Integer** | Id of the lease associated with this payment. | [optional] |
|
20
|
+
| **payment_type** | **String** | Payment type. | [optional] |
|
21
|
+
| **portfolio_id** | **Integer** | Id of the portfolio associated with this transaction. | [optional] |
|
22
|
+
| **ref_no** | **String** | Reference number. | [optional] |
|
23
|
+
| **status** | **String** | Lease status. | [optional] |
|
24
|
+
|
25
|
+
## Example
|
26
|
+
|
27
|
+
```ruby
|
28
|
+
require 'propertyware'
|
29
|
+
|
30
|
+
instance = Propertyware::Payment.new(
|
31
|
+
amount: null,
|
32
|
+
comments: null,
|
33
|
+
contact_id: null,
|
34
|
+
created_by: null,
|
35
|
+
created_date_time: null,
|
36
|
+
date: null,
|
37
|
+
deposit_date: null,
|
38
|
+
destination_account_id: null,
|
39
|
+
id: null,
|
40
|
+
is_deposited: false,
|
41
|
+
last_modified_by: null,
|
42
|
+
last_modified_date_time: null,
|
43
|
+
lease_id: null,
|
44
|
+
payment_type: null,
|
45
|
+
portfolio_id: null,
|
46
|
+
ref_no: null,
|
47
|
+
status: null
|
48
|
+
)
|
49
|
+
```
|
50
|
+
|
@@ -0,0 +1,36 @@
|
|
1
|
+
# Propertyware::PaymentCharge
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **account_id** | **Integer** | Id of the bank account where the payment was deposited. | [optional] |
|
8
|
+
| **amount** | **Float** | Amount. | |
|
9
|
+
| **comments** | **String** | Comments. | [optional] |
|
10
|
+
| **date** | **Date** | Payment applied date. | |
|
11
|
+
| **payee_payer** | **String** | Payer name. | [optional] |
|
12
|
+
| **payment_type** | **String** | Payment type. Electronic payments are only for book keeping. | [optional] |
|
13
|
+
| **receipt_number** | **Integer** | Payment receipt number. | [optional] |
|
14
|
+
| **ref_no** | **String** | Payment reference number. | [optional] |
|
15
|
+
| **settled_date** | **Date** | Payment settlement date. | |
|
16
|
+
| **status** | **String** | Charge payment status. | [optional] |
|
17
|
+
|
18
|
+
## Example
|
19
|
+
|
20
|
+
```ruby
|
21
|
+
require 'propertyware'
|
22
|
+
|
23
|
+
instance = Propertyware::PaymentCharge.new(
|
24
|
+
account_id: null,
|
25
|
+
amount: null,
|
26
|
+
comments: null,
|
27
|
+
date: null,
|
28
|
+
payee_payer: null,
|
29
|
+
payment_type: null,
|
30
|
+
receipt_number: null,
|
31
|
+
ref_no: null,
|
32
|
+
settled_date: null,
|
33
|
+
status: null
|
34
|
+
)
|
35
|
+
```
|
36
|
+
|
data/docs/Portfolio.md
ADDED
@@ -0,0 +1,60 @@
|
|
1
|
+
# Propertyware::Portfolio
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **abbreviation** | **String** | Abbreviated name assigned to the portfolio. | [optional] |
|
8
|
+
| **active** | **Boolean** | Indicates if portfolio is active or inactive. | [optional] |
|
9
|
+
| **cash_accrual** | **String** | Cash or accrual accounting basis. | [optional] |
|
10
|
+
| **closing_date** | **Date** | Date when the accounting period for the portfolio will close. | [optional] |
|
11
|
+
| **created_by** | **String** | User who created the record. | [optional] |
|
12
|
+
| **created_date_time** | **Time** | Date and time the record was created. (Timezone: UTC) | [optional] |
|
13
|
+
| **custom_fields** | [**Array<CustomField>**](CustomField.md) | Custom fields. | [optional] |
|
14
|
+
| **default_bank_account_id** | **Integer** | Id of the portfolio's default bank account. | [optional] |
|
15
|
+
| **default_bank_account_number_and_description** | **String** | Portfolio default bank account number and description | [optional] |
|
16
|
+
| **default_security_deposit_bank_account_id** | **Integer** | Portfolio default security deposit bank account ID | [optional] |
|
17
|
+
| **default_security_deposit_bank_account_number_and_description** | **String** | Portfolio default security deposit bank account number and description | [optional] |
|
18
|
+
| **do_not_pay_owner_draw** | **Boolean** | Indicates if the owner should not be paid owner draws. | [optional] |
|
19
|
+
| **id** | **Integer** | Unique identifier. | [optional] |
|
20
|
+
| **last_modified_by** | **String** | User who last modified the record. | [optional] |
|
21
|
+
| **last_modified_date_time** | **Time** | Date and time the record was last modified. (Timezone: UTC) | [optional] |
|
22
|
+
| **maintenance_spending_limit** | **Float** | Monthly or yearly maintenance spending limit set for the portfolio for maintenance bills created by work orders. | [optional] |
|
23
|
+
| **maintenance_spending_limit_time** | **String** | Monthly or yearly maintenance spending limit time set for the portfolio for maintenance bills created by work orders. | [optional] |
|
24
|
+
| **modified_by** | **String** | Id of the user who last modified the portfolio information. | [optional] |
|
25
|
+
| **name** | **String** | Portfolio name. | [optional] |
|
26
|
+
| **owners** | [**Array<Owner>**](Owner.md) | List of portfolio owners. | [optional] |
|
27
|
+
| **sticky_note** | **String** | Sticky notes. | [optional] |
|
28
|
+
| **target_operating_reserve** | **Float** | Minimum balance to be maintained within the portfolio at all times. | [optional] |
|
29
|
+
|
30
|
+
## Example
|
31
|
+
|
32
|
+
```ruby
|
33
|
+
require 'propertyware'
|
34
|
+
|
35
|
+
instance = Propertyware::Portfolio.new(
|
36
|
+
abbreviation: null,
|
37
|
+
active: false,
|
38
|
+
cash_accrual: null,
|
39
|
+
closing_date: null,
|
40
|
+
created_by: null,
|
41
|
+
created_date_time: null,
|
42
|
+
custom_fields: null,
|
43
|
+
default_bank_account_id: null,
|
44
|
+
default_bank_account_number_and_description: null,
|
45
|
+
default_security_deposit_bank_account_id: null,
|
46
|
+
default_security_deposit_bank_account_number_and_description: null,
|
47
|
+
do_not_pay_owner_draw: false,
|
48
|
+
id: null,
|
49
|
+
last_modified_by: null,
|
50
|
+
last_modified_date_time: null,
|
51
|
+
maintenance_spending_limit: null,
|
52
|
+
maintenance_spending_limit_time: null,
|
53
|
+
modified_by: null,
|
54
|
+
name: null,
|
55
|
+
owners: null,
|
56
|
+
sticky_note: null,
|
57
|
+
target_operating_reserve: null
|
58
|
+
)
|
59
|
+
```
|
60
|
+
|