RollingLimits public struct RollingLimits : Codable, Sendable The rolling limits model. available Remaining available amount (in cents). Declaration Swift public let available: Int64 period SRolling period in seconds. Declaration Swift public let period: Int64? used Sum of amounts for transactions already performed (in cents). Declaration Swift public let used: Int64