Skip to content

VoidLinePaymentPayload

Autogenerated return type of VoidLinePayment.

Fields

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 {
"""
The voided line payment
"""
line_payment: LinePayment
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}