CreateLinePaymentPayload
Autogenerated return type of CreateLinePayment.
Fields
line_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 { """ The newly-created line payment """ line_payment: LinePayment
""" The list of errors occurred during the mutation """ messages: [FieldError]}