RefundUpdateInput
Input for updating a refund.
input RefundUpdateInput {
name: String
description: String
descriptionHtml: String
externalId: String
}
Fields
RefundUpdateInput.name ● String scalar
Name of the refund.
RefundUpdateInput.description ● String scalar
Refund description (plaintext, read-only).
RefundUpdateInput.descriptionHtml ● String scalar
Refund description (html).
RefundUpdateInput.externalId ● String scalar
External ID associated with the refund.
Member Of
refundUpdate mutation