NauticalOrderPaymentCreate
Create and process a new payment for given nautical order. Be aware that in nautical orders flow, payment will be handled as part of this mutation; while in checkout flow, it will be processed as part of CheckoutComplete mutation.
type NauticalOrderPaymentCreate {
order: NauticalOrder
payment: Payment
paymentErrors: [PaymentError!]!
}
Fields
NauticalOrderPaymentCreate.order ● NauticalOrder object
Related marketplace order object.
NauticalOrderPaymentCreate.payment ● Payment object
A newly created payment.
NauticalOrderPaymentCreate.paymentErrors ● [PaymentError!]! non-null object
Returned By
nauticalOrderPaymentCreate mutation