Skip to content

Commit

Permalink
Update generated code for v1407
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 12, 2024
1 parent 97d8eed commit 51c8dac
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1406
v1407
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Stripe
public class DisputeEvidenceDetailsEnhancedEligibilityVisaCompliance : StripeEntity<DisputeEvidenceDetailsEnhancedEligibilityVisaCompliance>
{
/// <summary>
/// Visa Compelling Evidence 3.0 eligibility status.
/// Visa compliance eligibility status.
/// One of: <c>fee_acknowledged</c>, or <c>requires_fee_acknowledgement</c>.
/// </summary>
[JsonProperty("status")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ namespace Stripe
public class DisputeEvidenceEnhancedEvidenceVisaCompliance : StripeEntity<DisputeEvidenceEnhancedEvidenceVisaCompliance>
{
/// <summary>
/// A field acknowledging the fee incurred when countering a Visa Compliance dispute. If
/// this field is set to true, evidence can be submitted for the compliance dispute, and you
/// may incur a $500 fee if the case is lost.
/// A field acknowledging the fee incurred when countering a Visa compliance dispute. If
/// this field is set to true, evidence can be submitted for the compliance dispute. Stripe
/// collects a 500 USD (or local equivalent) amount to cover the network costs associated
/// with resolving compliance disputes. Stripe refunds the 500 USD network fee if you win
/// the dispute.
/// </summary>
[JsonProperty("fee_acknowledged")]
#if NET6_0_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class DisputeEvidenceEnhancedEvidenceOptions : INestedOptions
public DisputeEvidenceEnhancedEvidenceVisaCompellingEvidence3Options VisaCompellingEvidence3 { get; set; }

/// <summary>
/// Evidence provided for Visa Compliance evidence submission.
/// Evidence provided for Visa compliance evidence submission.
/// </summary>
[JsonProperty("visa_compliance")]
#if NET6_0_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ namespace Stripe
public class DisputeEvidenceEnhancedEvidenceVisaComplianceOptions : INestedOptions
{
/// <summary>
/// A field acknowledging the fee incurred when countering a Visa Compliance dispute. If
/// this field is set to true, evidence can be submitted for the compliance dispute, and you
/// may incur a $500 fee if the case is lost.
/// A field acknowledging the fee incurred when countering a Visa compliance dispute. If
/// this field is set to true, evidence can be submitted for the compliance dispute. Stripe
/// collects a 500 USD (or local equivalent) amount to cover the network costs associated
/// with resolving compliance disputes. Stripe refunds the 500 USD network fee if you win
/// the dispute.
/// </summary>
[JsonProperty("fee_acknowledged")]
#if NET6_0_OR_GREATER
Expand Down

0 comments on commit 51c8dac

Please sign in to comment.