> ## 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.

# AchDepositSource

> AchDepositSource API reference.

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

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

## Method Details

### `getCurrency`

```java theme={null}
public Asset getCurrency()
```

**Returns:**

[Asset](/sdks/cdp-sdks-v2/java/com/coinbase/cdp/types/Asset) - The fiat currency of the ACH deposit (e.g., `usd`).

### `getCompanyName`

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

**Returns:**

`String` - The company name from the ACH batch header record. Masked on webhook payloads.

### `getCompanyEntryDescription`

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

**Returns:**

`String` - The company entry description from the ACH batch header record.

### `getIndividualIdentificationNumber`

```java theme={null}
public Optional<String> getIndividualIdentificationNumber()
```

**Returns:**

`Optional<String>` - The individual identification number from the ACH entry detail record. For Person-to-Person WEB credit Entries, this field is required and contains the name of the consumer Originator. Masked on webhook payloads.

### `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 AchDepositSource.CurrencyStage builder()
```

**Returns:**

[AchDepositSource](/sdks/cdp-sdks-v2/java/com/coinbase/cdp/types/AchDepositSource).`CurrencyStage`
