--- title: RefundDutyRefundType - GraphQL Admin description: The type of refund to perform for a particular refund duty. api_version: 2025-01 api_name: admin type: enum api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-01/enums/RefundDutyRefundType md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/enums/RefundDutyRefundType.md --- # Refund​Duty​Refund​Type enum The type of refund to perform for a particular refund duty. ## Valid values * FULL The duty is fully refunded. * PROPORTIONAL The duty is proportionally refunded based on the quantity of the refunded line item. *** ## Fields * [Refund​Duty​Input.refundType](https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/RefundDutyInput#fields-refundType) INPUT OBJECT The input fields required to reimburse duties on a refund. *** ## Map ### Inputs with this enum * [Refund​Duty​Input.refundType](https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/RefundDutyInput#fields-refundType)