CardLimit

public struct CardLimit : Codable

The card limit.

  • The monetary value associated with a card transaction.

    Declaration

    Swift

    public var amount: Int64
  • The time span over which the card’s transaction history and limits are enforced in seconds.

    Declaration

    Swift

    public var period: Int64
  • Whether the limit is ROLLING or if it resets at the beginning of a day or month.

    Declaration

    Swift

    public var type: CardLimitType
  • Information about the Merchant to which this limit will apply. If no merchant is provided, the limit will apply to all merchants.

    Declaration

    Swift

    public var merchantInformation: Merchant?