# BankRelationshipsGetMicroDepositAmountsRequest

## Example Usage

```typescript
import { BankRelationshipsGetMicroDepositAmountsRequest } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: BankRelationshipsGetMicroDepositAmountsRequest = {
  accountId: "01H8FB90ZRRFWXB4XC2JPJ1D4Y",
  bankRelationshipId: "651ef9de0dee00240813e60e",
};
```

## Fields

| Field                      | Type                       | Required                   | Description                | Example                    |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- | -------------------------- |
| `accountId`                | *string*                   | :heavy_check_mark:         | The account id.            | 01H8FB90ZRRFWXB4XC2JPJ1D4Y |
| `bankRelationshipId`       | *string*                   | :heavy_check_mark:         | The bankRelationship id.   | 651ef9de0dee00240813e60e   |