This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Showing
50 changed files
with
1,834 additions
and
25 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# SquareConnect.CustomerCreationSource | ||
|
||
## Enum | ||
|
||
|
||
* `OTHER` (value: `"OTHER"`) | ||
|
||
* `APPOINTMENTS` (value: `"APPOINTMENTS"`) | ||
|
||
* `COUPON` (value: `"COUPON"`) | ||
|
||
* `DELETION_RECOVERY` (value: `"DELETION_RECOVERY"`) | ||
|
||
* `DIRECTORY` (value: `"DIRECTORY"`) | ||
|
||
* `EGIFTING` (value: `"EGIFTING"`) | ||
|
||
* `EMAIL_COLLECTION` (value: `"EMAIL_COLLECTION"`) | ||
|
||
* `FEEDBACK` (value: `"FEEDBACK"`) | ||
|
||
* `IMPORT` (value: `"IMPORT"`) | ||
|
||
* `INVOICES` (value: `"INVOICES"`) | ||
|
||
* `LOYALTY` (value: `"LOYALTY"`) | ||
|
||
* `MARKETING` (value: `"MARKETING"`) | ||
|
||
* `MERGE` (value: `"MERGE"`) | ||
|
||
* `ONLINE_STORE` (value: `"ONLINE_STORE"`) | ||
|
||
* `INSTANT_PROFILE` (value: `"INSTANT_PROFILE"`) | ||
|
||
* `TERMINAL` (value: `"TERMINAL"`) | ||
|
||
* `THIRD_PARTY` (value: `"THIRD_PARTY"`) | ||
|
||
* `THIRD_PARTY_IMPORT` (value: `"THIRD_PARTY_IMPORT"`) | ||
|
||
* `UNMERGE_RECOVERY` (value: `"UNMERGE_RECOVERY"`) | ||
|
||
|
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,65 @@ | ||
# SquareConnect.CustomerCreationSourceFilter | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**values** | **[String]** | The list of creation sources used as filtering criteria. | [optional] | ||
**rule** | **String** | Indicates whether a customer profile matching the filter criteria should be included in the result or excluded from the result. Default: `INCLUDE`. See [CustomerInclusionExclusion](#type-customerinclusionexclusion) for possible values. | [optional] | ||
|
||
|
||
<a name="[ValuesEnum]"></a> | ||
## Enum: [ValuesEnum] | ||
|
||
|
||
* `OTHER` (value: `"OTHER"`) | ||
|
||
* `APPOINTMENTS` (value: `"APPOINTMENTS"`) | ||
|
||
* `COUPON` (value: `"COUPON"`) | ||
|
||
* `DELETION_RECOVERY` (value: `"DELETION_RECOVERY"`) | ||
|
||
* `DIRECTORY` (value: `"DIRECTORY"`) | ||
|
||
* `EGIFTING` (value: `"EGIFTING"`) | ||
|
||
* `EMAIL_COLLECTION` (value: `"EMAIL_COLLECTION"`) | ||
|
||
* `FEEDBACK` (value: `"FEEDBACK"`) | ||
|
||
* `IMPORT` (value: `"IMPORT"`) | ||
|
||
* `INVOICES` (value: `"INVOICES"`) | ||
|
||
* `LOYALTY` (value: `"LOYALTY"`) | ||
|
||
* `MARKETING` (value: `"MARKETING"`) | ||
|
||
* `MERGE` (value: `"MERGE"`) | ||
|
||
* `ONLINE_STORE` (value: `"ONLINE_STORE"`) | ||
|
||
* `INSTANT_PROFILE` (value: `"INSTANT_PROFILE"`) | ||
|
||
* `TERMINAL` (value: `"TERMINAL"`) | ||
|
||
* `THIRD_PARTY` (value: `"THIRD_PARTY"`) | ||
|
||
* `THIRD_PARTY_IMPORT` (value: `"THIRD_PARTY_IMPORT"`) | ||
|
||
* `UNMERGE_RECOVERY` (value: `"UNMERGE_RECOVERY"`) | ||
|
||
|
||
|
||
|
||
<a name="RuleEnum"></a> | ||
## Enum: RuleEnum | ||
|
||
|
||
* `INCLUDE` (value: `"INCLUDE"`) | ||
|
||
* `EXCLUDE` (value: `"EXCLUDE"`) | ||
|
||
|
||
|
||
|
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 @@ | ||
# SquareConnect.CustomerFilter | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**creationSource** | [**CustomerCreationSourceFilter**](CustomerCreationSourceFilter.md) | A filter to select customers based on their creation source. | [optional] | ||
**createdAt** | [**TimeRange**](TimeRange.md) | A filter to select customers based on when they were created. | [optional] | ||
**updatedAt** | [**TimeRange**](TimeRange.md) | A filter to select customers based on when they were updated. | [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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# SquareConnect.CustomerInclusionExclusion | ||
|
||
## Enum | ||
|
||
|
||
* `INCLUDE` (value: `"INCLUDE"`) | ||
|
||
* `EXCLUDE` (value: `"EXCLUDE"`) | ||
|
||
|
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,9 @@ | ||
# SquareConnect.CustomerQuery | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**filter** | [**CustomerFilter**](CustomerFilter.md) | A list of filter criteria. | [optional] | ||
**sort** | [**CustomerSort**](CustomerSort.md) | Sort criteria for query results. The default sort behavior is to order customers alphabetically by `given_name` and `last_name`. | [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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# SquareConnect.CustomerSort | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**field** | **String** | The field to sort the results on. It could be the total money spent at the merchant, the date of the first visit (etc). Default value: `DEFAULT`. | [optional] | ||
**order** | **String** | Indicates the order in which results should be displayed based on the value of the sort field. String comparisons use standard alphabetic comparison to determine order. Strings representing numbers are sorted as strings. Default value: `ASC`. | [optional] | ||
|
||
|
||
<a name="FieldEnum"></a> | ||
## Enum: FieldEnum | ||
|
||
|
||
* `DEFAULT` (value: `"DEFAULT"`) | ||
|
||
* `CREATED_AT` (value: `"CREATED_AT"`) | ||
|
||
|
||
|
||
|
||
<a name="OrderEnum"></a> | ||
## Enum: OrderEnum | ||
|
||
|
||
* `DESC` (value: `"DESC"`) | ||
|
||
* `ASC` (value: `"ASC"`) | ||
|
||
|
||
|
||
|
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.