ChipDna Mobile
Loading...
Searching...
No Matches
Protected Types | Properties | List of all members
ReceiptField Class Reference

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
 

Detailed Description

This class represents a single field which may appear on a receipt.

Author
Creditcall Ltd

Member Enumeration Documentation

◆ Inclusion

- (enum) Inclusion
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

Property Documentation

◆ inclusion

- (Inclusion) inclusion
readnonatomicassign

Gets the Inclusion of the receipt field

Returns
Inclusion of the receiver.

◆ labelString

- (NSString*) labelString
readnonatomicstrong

Gets the recommended label for the receipt field. This value may be nil.

Returns
string representation of the recommended label or nil.

◆ priority

- (NSInteger) priority
readnonatomicassign

The placement priority of this ReceiptField.

Returns
integer representing the order of placement for this receipt field.

◆ value

- (NSString*) value
readnonatomicstrong

Gets the value of the receipt field.

Returns
string representation of the receipt fields value

The documentation for this class was generated from the following file: