Skip to content

VoidLinePaymentInput

Autogenerated input type of VoidLinePayment

Fields

id · ID! · required · The line payment to void

Used By

Definition

"""
Autogenerated input type of VoidLinePayment
"""
input VoidLinePaymentInput {
"""
The line payment to void
"""
id: ID!
}