Skip to content

Commit

Permalink
Update generated code for v1436
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 8, 2025
1 parent 2d134cd commit 00a4abc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1435
v1436
11 changes: 11 additions & 0 deletions src/Stripe.net/Services/PaymentLinks/PaymentLinkUpdateOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,17 @@ public class PaymentLinkUpdateOptions : BaseOptions, IHasMetadata
#endif
public List<string> PaymentMethodTypes { get; set; }

/// <summary>
/// Controls phone number collection settings during checkout.
///
/// We recommend that you review your privacy policy and check with your legal contacts.
/// </summary>
[JsonProperty("phone_number_collection")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("phone_number_collection")]
#endif
public PaymentLinkPhoneNumberCollectionOptions PhoneNumberCollection { get; set; }

/// <summary>
/// Settings that restrict the usage of a payment link.
/// </summary>
Expand Down

0 comments on commit 00a4abc

Please sign in to comment.