AppParam
public struct AppParam : Mappable
Get the app parameters from BO.
-
ID
Declaration
Swift
public let id: Int -
Client ID
Declaration
Swift
public let clientId: Int? -
Type ID
Declaration
Swift
public let typeId: Int? -
Version name for app param
Declaration
Swift
public let version: String? -
Description
Declaration
Swift
public let description: String? -
SimplePay info for make the token in the app
Declaration
Swift
public let source: SimplePay? -
List of countries
Declaration
Swift
public var countries: [MKCountries] -
QRCode parameters
Declaration
Swift
public var qrcode: QRCode? -
URL of term
Declaration
Swift
public let termLink: String? -
URL of privacy
Declaration
Swift
public let privacyLink: String? -
URL of FAQ
Declaration
Swift
public let faqLink: String? -
Limit number of attachments in message
Declaration
Swift
public let attachNumberLimit: Int? -
Maximum of attachment size
Declaration
Swift
public let attachMaxSize: Int? -
Center region for current mapp display allowance 1 - Is Set to center. Set to default 0 - Set to two furtherest locations
Declaration
Swift
public let centerOnLocations: Int? -
For JSON Parser
Declaration
Swift
public init(map: Mapper) throws
AppParam Structure Reference