RentalAccountRefund
No description
type RentalAccountRefund {
bankInformationAttachement: Folder
comment: String
confirmedDate: Date
document: BaseDocumentFile
emittedDate: Date
id: UUID
insertedAt: DateTime
isV1Refund: Boolean
operationId: UUID
reference: String
refundDate: Date
refundItems: [RentalAccountRefundItem!]!
refundMethod: RefundMethod
rentalAccount: RentalAccount
rentalAccountId: UUID
state: RefundState
term: String
totalAmount: Int
}
Fields
| Nom | Type | Description |
|---|---|---|
| bankInformationAttachement | Folder object | — |
| comment | String scalar | — |
| confirmedDate | Date scalar | — |
| document | BaseDocumentFile object | — |
| emittedDate | Date scalar | — |
| id | UUID scalar | — |
| insertedAt | DateTime scalar | — |
| isV1Refund | Boolean scalar | — |
| operationId | UUID scalar | — |
| reference | String scalar | — |
| refundDate | Date scalar | — |
| refundItems | [RentalAccountRefundItem!]! non-null object | — |
| refundMethod | RefundMethod enum | — |
| rentalAccount | RentalAccount object | — |
| rentalAccountId | UUID scalar | — |
| state | RefundState enum | — |
| term | String scalar | — |
| totalAmount | Int scalar | confirmRefundOperation createDraftRefund deleteDraftRefund emitRefundOperation getRentalAccountRefund updateDraftRefund RentalAccountTransaction |