# BasketOrdersServiceCreateBasketResponse

## Example Usage

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

let value: BasketOrdersServiceCreateBasketResponse = {};
```

## Fields

| Field                                                                                                                                                                                                                                                         | Type                                                                                                                                                                                                                                                          | Required                                                                                                                                                                                                                                                      | Description                                                                                                                                                                                                                                                   |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `httpMeta`                                                                                                                                                                                                                                                    | [components.HTTPMetadata](../../models/components/httpmetadata.md)                                                                                                                                                                                            | :heavy_check_mark:                                                                                                                                                                                                                                            | N/A                                                                                                                                                                                                                                                           |
| `basket`                                                                                                                                                                                                                                                      | [components.Basket](../../models/components/basket.md)                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                                                            | OK                                                                                                                                                                                                                                                            |
| `status`                                                                                                                                                                                                                                                      | [components.Status](../../models/components/status.md)                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                                                            | INVALID_ARGUMENT: Either the correspondent doesn't have a valid average price account, or there was an issue with one or more fields in the request.  In the latter case, the message field will contain details about which field failed validation and why. |