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.
Merge pull request #107 from square/release/4.20200812.2
Release 4.20200812.2
- Loading branch information
Showing
112 changed files
with
4,448 additions
and
486 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# SquareConnect.CancelSubscriptionRequest | ||
|
||
### Description | ||
**Note: This model is in beta.** | ||
|
||
Defines parameters in a [CancelSubscription](#endpoint-subscriptions-cancelsubscription) endpoint request. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
|
||
|
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,14 @@ | ||
# SquareConnect.CancelSubscriptionResponse | ||
|
||
### Description | ||
**Note: This model is in beta.** | ||
|
||
Defines fields that are included in a [CancelSubscription](#endpoint-subscriptions-cancelsubscription) response. | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**errors** | [**[Error]**](Error.md) | Information about errors encountered during the request. | [optional] | ||
**subscription** | [**Subscription**](Subscription.md) | The canceled subscription. | [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
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,14 @@ | ||
# SquareConnect.CatalogSubscriptionPlan | ||
|
||
### Description | ||
**Note: This model is in beta.** | ||
|
||
Describes a subscription plan. For more information, see [Set Up and Manage a Subscription Plan](/docs/subscriptions-api/setup-plan). | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**name** | **String** | The name of the plan. | [optional] | ||
**phases** | [**[SubscriptionPhase]**](SubscriptionPhase.md) | A list of SubscriptionPhase containing the `SubscriptionPhase` for this plan. | [optional] | ||
|
||
|
Oops, something went wrong.