Skip to content

Commit 004db85

Browse files
Update generated code for v1719
1 parent 1d2b2ab commit 004db85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

OPENAPI_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1718
1+
v1719

src/Stripe.net/Services/Charges/ChargePaymentDetailsLodgingOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class ChargePaymentDetailsLodgingOptions : INestedOptions
5858
public string Category { get; set; }
5959

6060
/// <summary>
61-
/// Loding check-in time. Measured in seconds since the Unix epoch.
61+
/// Lodging check-in time. Measured in seconds since the Unix epoch.
6262
/// </summary>
6363
[JsonProperty("checkin_at")]
6464
[JsonConverter(typeof(UnixDateTimeConverter))]

src/Stripe.net/Services/PaymentIntents/PaymentIntentPaymentDetailsLodgingOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class PaymentIntentPaymentDetailsLodgingOptions : INestedOptions
5858
public string Category { get; set; }
5959

6060
/// <summary>
61-
/// Loding check-in time. Measured in seconds since the Unix epoch.
61+
/// Lodging check-in time. Measured in seconds since the Unix epoch.
6262
/// </summary>
6363
[JsonProperty("checkin_at")]
6464
[JsonConverter(typeof(UnixDateTimeConverter))]

0 commit comments

Comments
 (0)