# InvoiceCoupon

## Example Usage

```typescript
import { InvoiceCoupon } from "@flexprice/sdk/sdk/models";

let value: InvoiceCoupon = {
  couponId: "<id>",
};
```

## Fields

| Field                 | Type                  | Required              | Description           |
| --------------------- | --------------------- | --------------------- | --------------------- |
| `couponAssociationId` | *string*              | :heavy_minus_sign:    | N/A                   |
| `couponId`            | *string*              | :heavy_check_mark:    | N/A                   |