MBPSwedenAmountParserResult
Objective-C
@interface MBPSwedenAmountParserResult : MBPParserResult <NSCopying>
Swift
class MBPSwedenAmountParserResult : MBPParserResult, NSCopying
MBPSwedenAmountParserResult is used for Swedenn amount
-
Returns the recognized amount number or empty string if recognition failed.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSString *amount;
Swift
var amount: String? { get }