-
Name
Declaration
Swift
var name: String { get }
-
4 digit Merchant Category Code from the payment network
Declaration
Swift
var categoryCode: String? { get }
-
Description for the Merchant Category from the payment network
Declaration
Swift
var categoryDescription: String? { get }
-
Broad category name, used for the icons on the site
Declaration
Swift
var category: String { get }
-
Address of the merchant
Declaration
Swift
var address: Address? { get }