Merchants
public struct Merchants : Codable, Sendable
Merchants model.
-
List of merchant ids.
Declaration
Swift
public let merchantIds: [String]?
-
List of merchant names.
Declaration
Swift
public let merchantNames: [String]?