CashLoadingLimits

public struct CashLoadingLimits : Codable, Sendable

The cash loading limits model.

  • Minimum amount that can be loaded with this Barcode.

    Declaration

    Swift

    public let minimum: String
  • Maximum amount that can be loaded with this Barcode.

    Declaration

    Swift

    public let maximum: String