Skip to content

VoidLinePaymentPayload

Autogenerated return type of VoidLinePayment.

Fields

deprecated DO NOT USE
line_payment · LinePayment · The voided line payment
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of VoidLinePayment.
"""
type VoidLinePaymentPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The voided line payment
"""
line_payment: LinePayment
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}