BRIntValue
Child class of BRValue for integer values detected on a receipt.
Declaration
@interface BRIntValue : BRValue
class BRIntValue : BRValue
Quick Reference
Properties
| Property | Description |
|---|---|
value | The detected integer value. |
Properties
value (read-only)
@property (nonatomic, readonly) NSInteger value;
var value: Int { get }
The detected integer value.