RefundReasonReferenceTypeClear Object
Updates RefundSettings. The Page (Model) Type will be cleared from reasonReferenceType. When it's cleared, passing reason reference to refund mutations is no longer accepted and will raise error.
Added in Saleor 3.22.
type RefundReasonReferenceTypeClear {
refundSettings: RefundSettings!
refundSettingsErrors: [RefundReasonReferenceTypeClearError!]! @deprecated
errors: [RefundReasonReferenceTypeClearError!]!
}
Fields
refundSettings ● RefundSettings!
Refund settings.
errors ● [RefundReasonReferenceTypeClearError!]!
Show deprecated
Returned By
refundReasonReferenceClear mutation