Skip to main content

DraftRefundInput

No description

input DraftRefundInput {
bankInformationAttachement: FolderInput
comment: String
destinationAccountId: UUID
id: UUID
refundDate: Date!
refundItems: [RentalAccountRefundItemInput!]!
refundMethod: RefundMethod!
term: String!
}

Fields

NomTypeDescription
bankInformationAttachementFolderInput input
commentString scalar
destinationAccountIdUUID scalar
idUUID scalar
refundDateDate! non-null scalar
refundItems[RentalAccountRefundItemInput!]! non-null input
refundMethodRefundMethod! non-null enum
termString! non-null scalarcreateDraftRefund createDraftRefundV2 updateDraftRefund updateDraftRefundV2