Skip to main content

RefundUpdateInput

No description

input RefundUpdateInput {
description: String
descriptionHtml: String
externalId: String
name: String
}

Fields

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. This can be useful for synchronizing refunds from another system. If specified, must be unique.

RefundUpdateInput.name ● String scalar

Name of the refund

Member Of

refundUpdate mutation

Was this page helpful?