RefundCreateInput
No description
input RefundCreateInput {
description: String
descriptionHtml: String
externalId: String
name: String!
order: ID!
}
Fields
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.
RefundCreateInput.name ● String! non-null scalar
Name of the refund
RefundCreateInput.order ● ID! non-null scalar
ID of the NauticalOrder to associated the refund with
Member Of
refundCreate mutation