-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1723de4
commit baf2455
Showing
13 changed files
with
1,163 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
docs/ManagementProjectsTemplatesCampaignsCopyCreateRequestBody.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# VoucherifySdk::ManagementProjectsTemplatesCampaignsCopyCreateRequestBody | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
| **name** | **String** | User-defined name of the campaign template. It must be unique. | [optional] | | ||
| **description** | **String** | User-defined description of the campaign template. | [optional] | | ||
| **destination_project_id** | **String** | Unique identifier of the project to which the campaign template will be copied. | [optional] | | ||
|
13 changes: 13 additions & 0 deletions
13
docs/ManagementProjectsTemplatesCampaignsCopyCreateResponseBody.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# VoucherifySdk::ManagementProjectsTemplatesCampaignsCopyCreateResponseBody | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
| **id** | **String** | Unique identifier of the campaign template. It is assigned by Voucherify. | [optional] | | ||
| **name** | **String** | User-defined name of the campaign template. | [optional] | | ||
| **description** | **String** | User-defined description of the campaign template. | [optional] | | ||
| **campaign_type** | **String** | Type of the campaign used to create the campaign template. Templates created from a promotion tier are converted to `DISCOUNT_COUPONS`. | [optional] | | ||
| **created_at** | **Time** | Timestamp representing the date and time when the campaign template was created. The value is shown in the ISO 8601 format. | [optional] | | ||
| **object** | **String** | The type of the object represented by JSON. | [optional][default to 'campaign_template'] | | ||
|
13 changes: 13 additions & 0 deletions
13
docs/ManagementProjectsTemplatesCampaignsListResponseBody.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# VoucherifySdk::ManagementProjectsTemplatesCampaignsListResponseBody | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
| **object** | **String** | The type of the object represented by JSON. This object stores information about campaign templates. | [optional][default to 'list'] | | ||
| **data_ref** | **String** | Identifies the name of the JSON property that contains the array of campaign templates. | [optional][default to 'data'] | | ||
| **data** | [**Array<CampaignTemplate>**](CampaignTemplate.md) | Dictionary that contains an array of campaign templates. | [optional] | | ||
| **total** | **Integer** | Total number of templates, regardless of the applied query parameters. Displayed only if the `include_total` query paremeter is set to `true`. | [optional] | | ||
| **has_more** | **Boolean** | As query results are always limited (by the limit parameter), the `has_more` flag indicates if there are more records for given filter parameters. This lets you know if you can run another request to get more records returned in the results. | [optional] | | ||
| **more_starting_after** | **String** | Returns an ID that can be used to return another page of results. Use the template ID in the `starting_after_id` query parameter to display another page of the results starting after the template with that ID. | [optional] | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.