HyperwalletMask
public struct HyperwalletMask : Codable
Representation of the transfer method configuration field mask
-
The conditional pattern, or nil if none exists
Declaration
Swift
public let conditionalPatterns: [HyperwalletConditionalPattern]?
-
The default pattern
Declaration
Swift
public let defaultPattern: String
-
The scrub regex, or nil if none exists
Declaration
Swift
public let scrubRegex: String?