PaymentEngineResultQueue Class

identifier

@property(nonatomic, retain) NSString *identifier

Returns MD5 identifier for queued transaction.

totalAmount

@property(nonatomic) double totalAmount

Returns queued transaction total amount including tip, tax, and discount.

cardNum

@property(nonatomic, retain) NSString *cardNum

Returns the masked card number.

dateTime

@property(nonatomic, retain) NSDate *dateTime

Returns the date and time of the queued transaction

cardType

@property(nonatomic, retain) NSString *cardType

Returns the card type of the card that is used (Visa, Master, Discover, Amex and etc.)

cardHolder

@property(nonatomic, retain) NSString *cardHolder

Returns the full name of the card holder.