Skip to content

CreateLinePaymentPayload

Autogenerated return type of CreateLinePayment.

Fields

deprecated DO NOT USE
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 {
"""
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]
}