Meta
struct Meta : Codable, Hashable, Equatable
Represents the metadata of a consumer PSP.
-
The icon of the consumer PSP.
Declaration
Swift
public let icon: ProfileImage
-
The text color of the consumer PSP.
Declaration
Swift
public let textColor: String
-
The primary color of the consumer PSP.
Declaration
Swift
public let primaryColor: String
-
The secondary color of the consumer PSP.
Declaration
Swift
public let secondaryColor: String
-
Initializes a new
Meta
instance.Declaration
Swift
public init(icon: ProfileImage, textColor: String, primaryColor: String, secondaryColor: String)
Parameters
icon
The icon of the consumer PSP.
textColor
The text color of the consumer PSP.
primaryColor
The primary color of the consumer PSP.
secondaryColor
The secondary color of the consumer PSP.