Skip to main content

NauticalOrderUpdateApplyVoucherCode

Result of nautical order update apply voucher code mutation.

type NauticalOrderUpdateApplyVoucherCode {
nauticalOrder: NauticalOrder
orderErrors: [OrderError!]!
}

Fields

NauticalOrderUpdateApplyVoucherCode.nauticalOrder ● NauticalOrder object

Nautical order with applied voucher.

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

List of errors that occurred executing the mutation.

Returned By

nauticalOrderUpdateApplyVoucherCode mutation

Was this page helpful?