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

# X402BatchSettlementChannelConfig

> X402BatchSettlementChannelConfig API reference.

Package: [`com.coinbase.cdp.types`](/sdks/cdp-sdks-v2/java/com/coinbase/cdp/types/index)

```java theme={null}
public final class X402BatchSettlementChannelConfig extends Object
```

## Method Details

### `getPayer`

```java theme={null}
public String getPayer()
```

**Returns:**

`String` - The 0x-prefixed, checksum EVM address of the payer (channel funder).

### `getPayerAuthorizer`

```java theme={null}
public String getPayerAuthorizer()
```

**Returns:**

`String` - The 0x-prefixed, checksum EVM address authorized to sign vouchers on behalf of the payer.

### `getReceiver`

```java theme={null}
public String getReceiver()
```

**Returns:**

`String` - The 0x-prefixed, checksum EVM address of the receiver (resource server / merchant).

### `getReceiverAuthorizer`

```java theme={null}
public String getReceiverAuthorizer()
```

**Returns:**

`String` - The 0x-prefixed, checksum EVM address authorized to sign claim batches on behalf of the receiver (typically the facilitator).

### `getToken`

```java theme={null}
public String getToken()
```

**Returns:**

`String` - The 0x-prefixed, checksum EVM address of the ERC-20 payment token.

### `getWithdrawDelay`

```java theme={null}
public int getWithdrawDelay()
```

**Returns:**

`int` - The non-cooperative withdraw delay in seconds. Must be between 900 (15 minutes) and 2,592,000 (30 days).

### `getSalt`

```java theme={null}
public String getSalt()
```

**Returns:**

`String` - A 32-byte salt used to differentiate channels between the same payer/receiver pair.

### `equals`

```java theme={null}
public boolean equals(Object other)
```

**Overrides:**

`[equals](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#equals\(java.lang.Object\) "class or interface in java.lang")` in class `[Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang")`

**Parameters:**

`other` - `Object`

**Returns:**

`boolean`

### `getAdditionalProperties`

```java theme={null}
public Map<String,Object> getAdditionalProperties()
```

**Returns:**

`Map<String,Object>`

### `hashCode`

```java theme={null}
public int hashCode()
```

**Overrides:**

`[hashCode](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#hashCode\(\) "class or interface in java.lang")` in class `[Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang")`

**Returns:**

`int`

### `toString`

```java theme={null}
public String toString()
```

**Overrides:**

`[toString](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#toString\(\) "class or interface in java.lang")` in class `[Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang")`

**Returns:**

`String`

### `builder`

```java theme={null}
public static X402BatchSettlementChannelConfig.PayerStage builder()
```

**Returns:**

[X402BatchSettlementChannelConfig](/sdks/cdp-sdks-v2/java/com/coinbase/cdp/types/X402BatchSettlementChannelConfig).`PayerStage`
