CashLoadingLimits public struct CashLoadingLimits : Codable, Sendable The cash loading limits model. minimum Minimum amount that can be loaded with this Barcode. Declaration Swift public let minimum: String maximum Maximum amount that can be loaded with this Barcode. Declaration Swift public let maximum: String