ALTinConfigScanMode Class Reference

Inherits from NSObject
Declared in ALPluginConfig.h

Overview

Sets the mode to scan universal TIN numbers (‘UNIVERSAL’), TIN numbers of any length starting with DOT (‘DOT’) or fixed-length TIN numbers (‘DOT_STRICT’).

  value

@property (nonatomic, readonly, copy) NSString *value

+ withValue:

+ (instancetype _Nullable)withValue:(NSString *)value

+ dot

+ (ALTinConfigScanMode *)dot

+ dotStrict

+ (ALTinConfigScanMode *)dotStrict

+ universal

+ (ALTinConfigScanMode *)universal