DraftRefundInput
No description
input DraftRefundInput {
bankInformationAttachement: FolderInput
comment: String
id: UUID
refundDate: Date!
refundItems: [RentalAccountRefundItemInput!]!
refundMethod: RefundMethod!
term: String!
}
Fields
| Nom | Type | Description |
|---|---|---|
| bankInformationAttachement | FolderInput input | — |
| comment | String scalar | — |
| id | UUID scalar | — |
| refundDate | Date! non-null scalar | — |
| refundItems | [RentalAccountRefundItemInput!]! non-null input | — |
| refundMethod | RefundMethod! non-null enum | — |
| term | String! non-null scalar | createDraftRefund updateDraftRefund |