CreateLinePaymentPayload
Autogenerated return type of CreateLinePayment.
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEline_payment
· LinePayment · The newly-created line payment messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of CreateLinePayment."""type CreateLinePaymentPayload { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The newly-created line payment """ line_payment: LinePayment
""" The list of errors occurred during the mutation """ messages: [FieldError]}