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