# PakatApiV3Sdk.RequestSmsRecipientExport

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**notifyURL** | **String** | URL that will be called once the export process is finished. For reference, https://help.sendinblue.com/hc/en-us/articles/360007666479 | [optional] 
**recipientsType** | **String** | Filter the recipients based on how they interacted with the campaign | 


<a name="RecipientsTypeEnum"></a>
## Enum: RecipientsTypeEnum


* `all` (value: `"all"`)

* `delivered` (value: `"delivered"`)

* `answered` (value: `"answered"`)

* `softBounces` (value: `"softBounces"`)

* `hardBounces` (value: `"hardBounces"`)

* `unsubscribed` (value: `"unsubscribed"`)




