# BaseCoupon


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**eventId** | **string** |  | [default to undefined]
**id** | **string** |  | [default to undefined]
**prePaid** | **boolean** |  | [default to undefined]
**code** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**active** | **boolean** |  | [default to undefined]
**startDate** | **string** |  | [default to undefined]
**endDate** | **string** |  | [default to undefined]
**discountAmount** | **number** |  | [default to undefined]
**discountPercent** | **number** |  | [default to undefined]
**quantityMin** | **number** |  | [default to undefined]
**quantityMax** | **number** |  | [default to undefined]
**useLimit** | **number** |  | [default to undefined]
**limitPerAccount** | **number** |  | [default to undefined]
**purchaseLimit** | **number** |  | [default to undefined]
**emailDomains** | **string** |  | [default to undefined]
**ticketId** | **string** |  | [default to undefined]
**ticket** | [**BaseEventPassType**](BaseEventPassType.md) |  | [default to undefined]
**applyToPassType** | **boolean** |  | [default to undefined]
**applyToAddOns** | **boolean** |  | [default to undefined]
**applyToReservation** | **boolean** |  | [default to undefined]
**applyToSessions** | **boolean** |  | [default to undefined]
**registrationId** | **string** |  | [default to undefined]
**registration** | [**BaseCouponRegistration**](BaseCouponRegistration.md) |  | [default to undefined]

## Example

```typescript
import { BaseCoupon } from '@connectedxm/admin-sdk';

const instance: BaseCoupon = {
    eventId,
    id,
    prePaid,
    code,
    description,
    active,
    startDate,
    endDate,
    discountAmount,
    discountPercent,
    quantityMin,
    quantityMax,
    useLimit,
    limitPerAccount,
    purchaseLimit,
    emailDomains,
    ticketId,
    ticket,
    applyToPassType,
    applyToAddOns,
    applyToReservation,
    applyToSessions,
    registrationId,
    registration,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
