Skip to content

Commit

Permalink
Update generated code for v655
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 9, 2023
1 parent f1cc648 commit 2e8dac5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v650
v655
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ public class ChargePaymentMethodDetailsSepaDebit : StripeEntity<ChargePaymentMet
public string Last4 { get; set; }

/// <summary>
/// ID of the mandate used to make this payment.
/// Find the ID of the mandate used for this payment under the <a
/// href="https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-sepa_debit-mandate">payment_method_details.sepa_debit.mandate</a>
/// property on the Charge. Use this mandate ID to <a
/// href="https://stripe.com/docs/api/mandates/retrieve">retrieve the Mandate</a>.
/// </summary>
[JsonProperty("mandate")]
public string Mandate { get; set; }
Expand Down

0 comments on commit 2e8dac5

Please sign in to comment.