VoidLinePaymentPayload
Autogenerated return type of VoidLinePayment.
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEline_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]}