|
ChipDna Mobile
|
This class contains the details of the transaction. More...
#import <SOAPExtendedTransaction.h>
Inherits SOAPTransaction.
Properties | |
| ResultID | resultID |
| StateID | stateID |
| SettlementStateID | settlementStateID |
| NSString * | userReference |
| CardSchemeID | cardSchemeID |
| CardTypeID | cardTypeID |
| TransactionTypeID | transactionTypeID |
| NSNumber * | amountRefunded |
| NSString * | expiryDate |
| BOOL | refundable |
| BOOL | voidable |
Properties inherited from SOAPTransaction | |
| 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 | |
| resultID: | (ResultID) | resultID | |
| stateID: | (StateID) | stateID | |
| settlementStateID: | (SettlementStateID) | settlementStateID | |
| userReference: | (NSString *) | userReference | |
| cardSchemeID: | (CardSchemeID) | cardSchemeID | |
| cardTypeID: | (CardTypeID) | cardTypeID | |
| transactionTypeID: | (TransactionTypeID) | transactionTypeID | |
| amountRefunded: | (NSNumber *) | amountRefunded | |
| expiryDate: | (NSString *) | expiryDate | |
| refundable: | (BOOL) | refundable | |
| voidable: | (BOOL) | voidable | |
| dateAndTimeLocal: | (NSString *) | dateAndTimeLocal | |
Create a SOAPExtendedTransaction 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. |
| resultID | The result ID of the transaction. |
| stateID | The state ID of the transaction. |
| settlementStateID | The settlement state of the transaction. |
| userReference | The user reference of the transaction. |
| cardSchemeID | The card scheme ID of the transaction. |
| cardTypeID | The card type ID of the transaction. |
| transactionTypeID | The transaction type ID of the transaction. |
| amountRefunded | The amount refunded of the transaction. |
| expiryDate | The expiry date of the card used for the transaction. |
| refundable | Indicates whether the transaction is refundable. |
| voidable | Indicated whether the transaction is voidable. |
| dateAndTimeLocal | The local date and time of the transaction. |
|
readatomicassign |
Gets the refunded amount of the transaction.
This property is read-only.
|
readatomicassign |
Gets the card scheme ID of the transaction.
This property is read-only.
|
readatomicassign |
Gets the card type ID of the transaction.
This property is read-only.
|
readatomicassign |
Gets the expiry date of the card used for the transaction.
It is in the "yyyy-MM" format.
This property is read-only.
|
readatomicassign |
Indicates whether the transaction is refundable.
This property is read-only.
|
readatomicassign |
Gets the result ID of the transaction.
This property is read-only.
|
readatomicassign |
Gets the settlement state ID of the transaction.
This property is read-only.
|
readatomicassign |
Gets the state ID of the transaction.
This property is read-only.
|
readatomicassign |
Gets the transaction type ID of the transaction.
This property is read-only.
|
readatomicassign |
Gets the user reference of the transaction.
This property is read-only.
|
readatomicassign |
Indicates whether the transaction is voidable.
This property is read-only.