RentalFolderFinancialGuarantee
No description
type RentalFolderFinancialGuarantee {
beneficiaryProfiles: [RentalFolderFinancialGuaranteeBeneficiary]
comment: String
documentsFolder: Folder
endDate: Date
financialGuaranteeStatus: RentalFolderFinancialGuaranteeStatusView!
guaranteeAmount: Int
guaranteeNumber: String
guarantorMoralProfile: MoralProfile
guarantorMoralProfileId: UUID
guarantorPersonalProfile: PersonalProfile
guarantorPersonalProfileId: UUID
id: UUID
isArchived: Boolean
isRecipient: Boolean
rentalAccountId: UUID
startDate: Date
type: RentalFolderFinancialGuaranteeTypeEnum
}
Fields
| Nom | Type | Description |
|---|---|---|
| beneficiaryProfiles | [RentalFolderFinancialGuaranteeBeneficiary] list object | — |
| comment | String scalar | — |
| documentsFolder | Folder object | — |
| endDate | Date scalar | — |
| financialGuaranteeStatus | RentalFolderFinancialGuaranteeStatusView! non-null object | — |
| guaranteeAmount | Int scalar | — |
| guaranteeNumber | String scalar | — |
| guarantorMoralProfile | MoralProfile object | — |
| guarantorMoralProfileId | UUID scalar | — |
| guarantorPersonalProfile | PersonalProfile object | — |
| guarantorPersonalProfileId | UUID scalar | — |
| id | UUID scalar | — |
| isArchived | Boolean scalar | — |
| isRecipient | Boolean scalar | — |
| rentalAccountId | UUID scalar | — |
| startDate | Date scalar | — |
| type | RentalFolderFinancialGuaranteeTypeEnum enum | RentalFolder |