# FeesCancelFeeRequest

## Example Usage

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

let value: FeesCancelFeeRequest = {
  accountId: "01H8FB90ZRRFWXB4XC2JPJ1D4Y",
  feeId: "20230823123456",
  cancelFeeRequestCreate: {
    name: "accounts/01H8FB90ZRRFWXB4XC2JPJ1D4Y/fees/20230823123456",
  },
};
```

## Fields

| Field                                                                                  | Type                                                                                   | Required                                                                               | Description                                                                            | Example                                                                                |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| `accountId`                                                                            | *string*                                                                               | :heavy_check_mark:                                                                     | The account id.                                                                        | 01H8FB90ZRRFWXB4XC2JPJ1D4Y                                                             |
| `feeId`                                                                                | *string*                                                                               | :heavy_check_mark:                                                                     | The fee id.                                                                            | 20230823123456                                                                         |
| `cancelFeeRequestCreate`                                                               | [components.CancelFeeRequestCreate](../../models/components/cancelfeerequestcreate.md) | :heavy_check_mark:                                                                     | N/A                                                                                    |                                                                                        |