> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CheckoutGlobalMessageRule

> Swift Structure

**Structure**

The rule for the global message the checkout shows above the payment form.

```swift theme={null}
struct CheckoutGlobalMessageRule
```

## Initializers

### init(display:)

Creates a global message rule.

```swift theme={null}
init(display: String? = nil)
```

### init(from:)

Inherited from `Decodable.init(from:)`.

```swift theme={null}
init(from decoder: any Decoder) throws
```

## Instance Properties

| Property  | Type      | Description                             |
| --------- | --------- | --------------------------------------- |
| `display` | `String?` | The CSS `display` value of the message. |
