# Deliverer

The delivering party information

## Example Usage

```typescript
import { Deliverer } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: Deliverer = {};
```

## Fields

| Field                                                                    | Type                                                                     | Required                                                                 | Description                                                              | Example                                                                  |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
| `apexAccountId`                                                          | *string*                                                                 | :heavy_minus_sign:                                                       | The internal apex account id                                             | 01H8FB90ZRRFWXB4XC2JPJ1D4Y                                               |
| `externalAccount`                                                        | [components.ExternalAccount](../../models/components/externalaccount.md) | :heavy_minus_sign:                                                       | The external account information                                         |                                                                          |