-
Notifications
You must be signed in to change notification settings - Fork 15
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 #44 from gocardless/template-changes
Changes from gocardless-dotnet-template
- Loading branch information
Showing
19 changed files
with
373 additions
and
149 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 |
---|---|---|
|
@@ -21,11 +21,9 @@ namespace GoCardless.Resources | |
/// way, it is no longer visible using this API. | ||
/// | ||
/// <p class="restricted-notice"><strong>Restricted</strong>: This API is | ||
/// currently | ||
/// only available for approved integrators - please <a | ||
/// href="mailto:[email protected]">get | ||
/// in touch</a> if you would like to use this API.</p> | ||
/// | ||
/// currently only available for approved integrators - please <a | ||
/// href="mailto:[email protected]">get in touch</a> if you would like to | ||
/// use this API.</p> | ||
/// </summary> | ||
public class CustomerNotification | ||
{ | ||
|
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 |
---|---|---|
|
@@ -45,16 +45,13 @@ namespace GoCardless.Resources | |
/// system](#mandate-import-entries-list-all-mandate-import-entries). | ||
/// | ||
/// <p class="notice">Note that all Mandate Imports have an upper limit of | ||
/// 30,000 entries, so | ||
/// we recommend you split your import into several smaller imports if | ||
/// you're planning to | ||
/// exceed this threshold.</p> | ||
/// 30,000 entries, so we recommend you split your import into several | ||
/// smaller imports if you're planning to exceed this threshold.</p> | ||
/// | ||
/// <p class="restricted-notice"><strong>Restricted</strong>: This API is | ||
/// currently | ||
/// only available for approved integrators - please <a | ||
/// href="mailto:[email protected]">get | ||
/// in touch</a> if you would like to use this API.</p> | ||
/// currently only available for approved integrators - please <a | ||
/// href="mailto:[email protected]">get in touch</a> if you would like to | ||
/// use this API.</p> | ||
/// </summary> | ||
public class MandateImport | ||
{ | ||
|
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 |
---|---|---|
|
@@ -37,11 +37,9 @@ namespace GoCardless.Resources | |
/// been imported. | ||
/// | ||
/// <p class="restricted-notice"><strong>Restricted</strong>: This API is | ||
/// currently | ||
/// only available for approved integrators - please <a | ||
/// href="mailto:[email protected]">get | ||
/// in touch</a> if you would like to use this API.</p> | ||
/// | ||
/// currently only available for approved integrators - please <a | ||
/// href="mailto:[email protected]">get in touch</a> if you would like to | ||
/// use this API.</p> | ||
/// </summary> | ||
public class MandateImportEntry | ||
{ | ||
|
@@ -62,7 +60,8 @@ public class MandateImportEntry | |
/// A unique identifier for this entry, which you can use (once the | ||
/// import has been | ||
/// processed by GoCardless) to identify the records that have been | ||
/// created. | ||
/// created. Limited | ||
/// to 255 characters. | ||
/// | ||
/// </summary> | ||
[JsonProperty("record_identifier")] | ||
|
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 |
---|---|---|
|
@@ -27,11 +27,9 @@ namespace GoCardless.Services | |
/// way, it is no longer visible using this API. | ||
/// | ||
/// <p class="restricted-notice"><strong>Restricted</strong>: This API is | ||
/// currently | ||
/// only available for approved integrators - please <a | ||
/// href="mailto:[email protected]">get | ||
/// in touch</a> if you would like to use this API.</p> | ||
/// | ||
/// currently only available for approved integrators - please <a | ||
/// href="mailto:[email protected]">get in touch</a> if you would like to | ||
/// use this API.</p> | ||
/// </summary> | ||
|
||
public class CustomerNotificationService | ||
|
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 |
---|---|---|
|
@@ -43,11 +43,9 @@ namespace GoCardless.Services | |
/// been imported. | ||
/// | ||
/// <p class="restricted-notice"><strong>Restricted</strong>: This API is | ||
/// currently | ||
/// only available for approved integrators - please <a | ||
/// href="mailto:[email protected]">get | ||
/// in touch</a> if you would like to use this API.</p> | ||
/// | ||
/// currently only available for approved integrators - please <a | ||
/// href="mailto:[email protected]">get in touch</a> if you would like to | ||
/// use this API.</p> | ||
/// </summary> | ||
|
||
public class MandateImportEntryService | ||
|
@@ -405,7 +403,8 @@ public class MandateImportEntryLinks | |
/// A unique identifier for this entry, which you can use (once the | ||
/// import has been | ||
/// processed by GoCardless) to identify the records that have been | ||
/// created. | ||
/// created. Limited | ||
/// to 255 characters. | ||
/// | ||
/// </summary> | ||
[JsonProperty("record_identifier")] | ||
|
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 |
---|---|---|
|
@@ -51,16 +51,13 @@ namespace GoCardless.Services | |
/// system](#mandate-import-entries-list-all-mandate-import-entries). | ||
/// | ||
/// <p class="notice">Note that all Mandate Imports have an upper limit of | ||
/// 30,000 entries, so | ||
/// we recommend you split your import into several smaller imports if | ||
/// you're planning to | ||
/// exceed this threshold.</p> | ||
/// 30,000 entries, so we recommend you split your import into several | ||
/// smaller imports if you're planning to exceed this threshold.</p> | ||
/// | ||
/// <p class="restricted-notice"><strong>Restricted</strong>: This API is | ||
/// currently | ||
/// only available for approved integrators - please <a | ||
/// href="mailto:[email protected]">get | ||
/// in touch</a> if you would like to use this API.</p> | ||
/// currently only available for approved integrators - please <a | ||
/// href="mailto:[email protected]">get in touch</a> if you would like to | ||
/// use this API.</p> | ||
/// </summary> | ||
|
||
public class MandateImportService | ||
|
Oops, something went wrong.