Skip to content

Commit

Permalink
Meter.meterStatusTransitions seems to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
winsmith committed Jan 8, 2025
1 parent 83621db commit 8274976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/StripeKit/Billing/Meters/Meter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public struct Meter: Codable {
/// The meter’s status.
public var status: MeterStatus
/// The timestamps at which the meter status changed.
public var meterStatusTransitions: MeterStatusTransitions
public var meterStatusTransitions: MeterStatusTransitions?
/// Time at which the object was last updated. Measured in seconds since the Unix epoch.
public var updated: Date
/// Fields that specify how to calculate a meter event’s value.
Expand Down

0 comments on commit 8274976

Please sign in to comment.