# LNURLPay

```
type LNURLPay = object;
```

Defined in: [atomiq-sdk/src/types/lnurl/LNURLPay.ts:29](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/lnurl/LNURLPay.ts#L29)

Parsed LNURL-pay specification

## Properties

### commentMaxLength

```
commentMaxLength: number;
```

Defined in: [atomiq-sdk/src/types/lnurl/LNURLPay.ts:33](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/lnurl/LNURLPay.ts#L33)

***

### icon?

```
optional icon: string;
```

Defined in: [atomiq-sdk/src/types/lnurl/LNURLPay.ts:36](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/lnurl/LNURLPay.ts#L36)

***

### longDescription?

```
optional longDescription: string;
```

Defined in: [atomiq-sdk/src/types/lnurl/LNURLPay.ts:35](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/lnurl/LNURLPay.ts#L35)

***

### max

```
max: bigint;
```

Defined in: [atomiq-sdk/src/types/lnurl/LNURLPay.ts:32](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/lnurl/LNURLPay.ts#L32)

***

### min

```
min: bigint;
```

Defined in: [atomiq-sdk/src/types/lnurl/LNURLPay.ts:31](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/lnurl/LNURLPay.ts#L31)

***

### params

```
params: LNURLPayParamsWithUrl;
```

Defined in: [atomiq-sdk/src/types/lnurl/LNURLPay.ts:37](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/lnurl/LNURLPay.ts#L37)

***

### shortDescription?

```
optional shortDescription: string;
```

Defined in: [atomiq-sdk/src/types/lnurl/LNURLPay.ts:34](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/lnurl/LNURLPay.ts#L34)

***

### type

```
type: "pay";
```

Defined in: [atomiq-sdk/src/types/lnurl/LNURLPay.ts:30](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/types/lnurl/LNURLPay.ts#L30)
