RollingLimits

public struct RollingLimits : Codable, Sendable

The rolling limits model.

  • Remaining available amount (in cents).

    Declaration

    Swift

    public let available: Int64
  • SRolling period in seconds.

    Declaration

    Swift

    public let period: Int64?
  • Sum of amounts for transactions already performed (in cents).

    Declaration

    Swift

    public let used: Int64