Skip to main content

RefundCreateInput

Input for creating a refund.

input RefundCreateInput {
name: String!
order: ID!
description: String
descriptionHtml: String
externalId: String
}

Fields

RefundCreateInput.name ● String! non-null scalar

Name of the refund.

RefundCreateInput.order ● ID! non-null scalar

ID of the NauticalOrder to associate the refund with.

RefundCreateInput.description ● String scalar

Refund description (plaintext, read-only).

RefundCreateInput.descriptionHtml ● String scalar

Refund description (html).

RefundCreateInput.externalId ● String scalar

External ID associated with the refund. This can be useful for synchronizing refunds from another system. If specified, must be unique.

Member Of

refundCreate mutation

Was this page helpful?