Skip to content

Commit

Permalink
Update generated code for v635
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 1, 2023
1 parent d11350e commit 4667df9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v631
v635
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// File generated from our OpenAPI spec
namespace Stripe.Issuing
{
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Stripe.Infrastructure;
Expand Down Expand Up @@ -62,6 +63,13 @@ public File CardLogo
[JsonProperty("carrier_text")]
public PersonalizationDesignCarrierText CarrierText { get; set; }

/// <summary>
/// Time at which the object was created. Measured in seconds since the Unix epoch.
/// </summary>
[JsonProperty("created")]
[JsonConverter(typeof(UnixDateTimeConverter))]
public DateTime Created { get; set; } = Stripe.Infrastructure.DateTimeUtils.UnixEpoch;

/// <summary>
/// A lookup key used to retrieve personalization designs dynamically from a static string.
/// This may be up to 200 characters.
Expand Down

0 comments on commit 4667df9

Please sign in to comment.