|
ChipDna Mobile
|
This class contains the details of the transaction. More...
#import <SOAPTransaction.h>
Inherits NSObject.
Inherited by SOAPExtendedTransaction.
Instance Methods | |
| (id) | - initWithGUID:dateAndTimeUTC:currencyAlpha:currencyCode:amount:cardDigits:dateAndTimeLocal: |
Properties | |
| NSString * | guid |
| NSString * | dateAndTimeUtc |
| NSString * | currencyAlpha |
| NSNumber * | currencyCode |
| NSNumber * | amount |
| NSString * | cardDigits |
| NSString * | dateAndTimeLocal |
This class contains the details of the transaction.
| - (id) initWithGUID: | (NSString *) | GUID | |
| dateAndTimeUTC: | (NSString *) | dateAndTimeUTC | |
| currencyAlpha: | (NSString *) | currencyAlpha | |
| currencyCode: | (NSNumber *) | currencyCode | |
| amount: | (NSNumber *) | amount | |
| cardDigits: | (NSString *) | cardDigits | |
| dateAndTimeLocal: | (NSString *) | dateAndTimeLocal | |
Creates a SOAPTransaction instance with the specified details.
| GUID | GUID of the transaction. |
| dateAndTimeUTC | The UTC date and time of the transaction. |
| currencyAlpha | The currency alpha code of the transaction. |
| currencyCode | The currency numeric code of the transaction. |
| amount | The amount of the transaction. |
| cardDigits | First six and last four digits of the card used for the transaction. |
| dateAndTimeLocal | The local date and time of the transaction. |
|
readatomicassign |
Gets the amount of the transaction, in xx.xx format. Refund amounts are in the format -xx.xx.
This property is read-only.
|
readatomicassign |
Gets the first six and the last four digits of the card used for transaction.
This property is read-only.
|
readatomicassign |
Gets the currency alpha code of the transaction, as defined in ISO 4217.
This property is read-only.
|
readatomicassign |
Gets the currency numeric code of the transaction, as defined in ISO 4217.
This property is read-only.
|
readatomicassign |
Gets the local date and time of the transaction.
It is in the "dd/MM/yyyy HH:mm:ss" format.
This property is read-only.
|
readatomicassign |
Gets the UTC date and time of the transaction.
It is in the "dd/MM/yyyy HH:mm:ss" format.
This property is read-only.
|
readatomicassign |
Gets the GUID of the transaction.
This property is read-only.