-
Notifications
You must be signed in to change notification settings - Fork 569
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
5b1fbb9
commit 6b35f1c
Showing
7 changed files
with
63 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v596 | ||
v597 |
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
23 changes: 23 additions & 0 deletions
23
...tities/Issuing/CreditUnderwritingRecords/CreditUnderwritingRecordUnderwritingException.cs
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,23 @@ | ||
// File generated from our OpenAPI spec | ||
namespace Stripe.Issuing | ||
{ | ||
using Newtonsoft.Json; | ||
|
||
public class CreditUnderwritingRecordUnderwritingException : StripeEntity<CreditUnderwritingRecordUnderwritingException> | ||
{ | ||
/// <summary> | ||
/// Written explanation for the exception. | ||
/// </summary> | ||
[JsonProperty("explanation")] | ||
public string Explanation { get; set; } | ||
|
||
/// <summary> | ||
/// The decision before the exception was applied. | ||
/// One of: <c>additional_information_requested</c>, <c>application_rejected</c>, | ||
/// <c>credit_limit_approved</c>, <c>credit_limit_decreased</c>, <c>credit_line_closed</c>, | ||
/// <c>no_changes</c>, or <c>withdrawn_by_applicant</c>. | ||
/// </summary> | ||
[JsonProperty("original_decision_type")] | ||
public string OriginalDecisionType { get; set; } | ||
} | ||
} |
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