Skip to main content

NauticalPaymentLinkSendToCustomer

Result of nautical payment link send to customer mutation.

type NauticalPaymentLinkSendToCustomer {
order: NauticalOrder
orderErrors: [OrderError!]!
}

Fields

NauticalPaymentLinkSendToCustomer.order ● NauticalOrder object

Nautical order to send to customer

NauticalPaymentLinkSendToCustomer.orderErrors ● [OrderError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

nauticalPaymentLinkSendToCustomer mutation

Was this page helpful?