Skip to content

Commit

Permalink
Merge pull request #2620 from stripe/latest-codegen-master
Browse files Browse the repository at this point in the history
API Updates
  • Loading branch information
anniel-stripe authored Dec 15, 2022
2 parents f1a9f18 + c20b83d commit 57e9822
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v213
v214
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,15 @@ public Invoice Invoice

/// <summary>
/// Transaction type: <c>adjustment</c>, <c>applied_to_invoice</c>, <c>credit_note</c>,
/// <c>initial</c>, <c>invoice_too_large</c>, <c>invoice_too_small</c>,
/// <c>unspent_receiver_credit</c>, or <c>unapplied_from_invoice</c>. See the <a
/// <c>initial</c>, <c>invoice_overpaid</c>, <c>invoice_too_large</c>,
/// <c>invoice_too_small</c>, <c>unspent_receiver_credit</c>, or
/// <c>unapplied_from_invoice</c>. See the <a
/// href="https://stripe.com/docs/billing/customer/balance#types">Customer Balance page</a>
/// to learn more about transaction types.
/// One of: <c>adjustment</c>, <c>applied_to_invoice</c>, <c>credit_note</c>,
/// <c>initial</c>, <c>invoice_too_large</c>, <c>invoice_too_small</c>, <c>migration</c>,
/// <c>unapplied_from_invoice</c>, or <c>unspent_receiver_credit</c>.
/// <c>initial</c>, <c>invoice_overpaid</c>, <c>invoice_too_large</c>,
/// <c>invoice_too_small</c>, <c>migration</c>, <c>unapplied_from_invoice</c>, or
/// <c>unspent_receiver_credit</c>.
/// </summary>
[JsonProperty("type")]
public string Type { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ public class SessionCreateOptions : BaseOptions, IHasMetadata
/// customer data entered in Checkout with <a
/// href="https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-customer_details">customer_details</a>.
///
/// Sessions that don't create Customers instead create <a
/// href="https://support.stripe.com/questions/guest-customer-faq">Guest Customers</a> in
/// Sessions that don't create Customers instead are grouped by <a
/// href="https://stripe.com/docs/payments/checkout/guest-customers">guest customers</a> in
/// the Dashboard. Promotion codes limited to first time customers will return invalid for
/// these Sessions.
///
Expand Down

0 comments on commit 57e9822

Please sign in to comment.