Skip to content

VoidLineWriteOffInput

Autogenerated input type of VoidLineWriteOff

Fields

deprecated DO NOT USE
id · ID! · required · The write-off to void

Used By

Definition

"""
Autogenerated input type of VoidLineWriteOff
"""
input VoidLineWriteOffInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The write-off to void
"""
id: ID!
}