--- title: VoidSessionStateCode - Payments Apps API description: The possible values that can be used to describe the state of a finalized void transaction. api_version: 2025-01 api_name: payments-apps type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/payments-apps/2025-01/enums/VoidSessionStateCode md: https://shopify.dev/docs/api/payments-apps/2025-01/enums/VoidSessionStateCode.md --- # Void​Session​State​Code enum The possible values that can be used to describe the state of a finalized void transaction. ## Valid values * REJECTED Void rejected. * RESOLVED Void resolved. *** ## Fields * [Void​Session​State.​code](https://shopify.dev/docs/api/payments-apps/2025-01/interfaces/VoidSessionState#field-code) INTERFACE The state of a finalized void transaction. * [Void​Session​State​Rejected.​code](https://shopify.dev/docs/api/payments-apps/2025-01/objects/VoidSessionStateRejected#field-code) OBJECT Additional details about a void's rejected state. * [Void​Session​State​Resolved.​code](https://shopify.dev/docs/api/payments-apps/2025-01/objects/VoidSessionStateResolved#field-code) OBJECT Additional details about a void's resolved state. *** ## Map ### Fields with this enum * <-|[Void​Session​State​Rejected.code](https://shopify.dev/docs/api/payments-apps/2025-01/objects/VoidSessionStateRejected#field-code) * <-|[Void​Session​State​Resolved.code](https://shopify.dev/docs/api/payments-apps/2025-01/objects/VoidSessionStateResolved#field-code)