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

# msm-checkout

> Web-Komponente msm-checkout.

`msm-checkout` ist eine Web-Komponente (Lit).

## Zweck

UI-Baustein für den Checkout.

## Beispiel

```html theme={null}
<msm-checkout order-id="ORDER_ID"></msm-checkout>
```

## Attribute / Properties

| Name           | Typ     | Standard | Hinweise |
| -------------- | ------- | -------- | -------- |
| `order-id`     | string  | -        |          |
| `calculation`  | boolean | `false`  |          |
| `nft-token-id` | string  | -        |          |

## Events

Diese Komponente feuert keine eigenen Custom Events.

## CSS parts

* `base`

## Slots

Keine Slots dokumentiert.

## Methoden

Keine öffentlichen Methoden dokumentiert.
