Skip to content

VoidLinePaymentInput

Autogenerated input type of VoidLinePayment

Fields

deprecated DO NOT USE
id · ID! · required · The line payment to void

Used By

Definition

"""
Autogenerated input type of VoidLinePayment
"""
input VoidLinePaymentInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The line payment to void
"""
id: ID!
}