|
ChipDna Mobile
|
This class represents a single field which may appear on a receipt. More...
#import <ReceiptField.h>
Inherits NSObject.
Protected Types | |
| enum | Inclusion { InclusionMandatory = 1 , InclusionOptional } |
Properties | |
| Inclusion | inclusion |
| NSString * | value |
| NSString * | labelString |
| NSInteger | priority |
This class represents a single field which may appear on a receipt.
|
protected |
An represents whether the ReceiptField should be inclused on the receipt.
| Enumerator | |
|---|---|
| InclusionMandatory | ReceiptField InclusionManditory means a field must be displayed on the receipt |
| InclusionOptional | ReceiptField InclusiontOptional means a field may or may not be included on a receipt |
|
readnonatomicassign |
|
readnonatomicstrong |
Gets the recommended label for the receipt field. This value may be nil.
|
readnonatomicassign |
The placement priority of this ReceiptField.
|
readnonatomicstrong |
Gets the value of the receipt field.