|
ChipDna Mobile
|
This class contains the transaction statistics. More...
#import <SOAPTransactionStatistics.h>
Inherits NSObject.
Instance Methods | |
| (id) | - initWithResultID:stateID:transactionTypeID:currencyAlpha:currencyCode:volumeForGroup:amountForGroup: |
Properties | |
| ResultID | resultID |
| StateID | stateID |
| TransactionTypeID | transactionTypeID |
| NSString * | currencyAlpha |
| NSNumber * | currencyCode |
| NSNumber * | volumeForGroup |
| NSNumber * | amountForGroup |
This class contains the transaction statistics.
| - (id) initWithResultID: | (ResultID) | resultID | |
| stateID: | (StateID) | stateID | |
| transactionTypeID: | (TransactionTypeID) | transactionTypeID | |
| currencyAlpha: | (NSString *) | currencyAlpha | |
| currencyCode: | (NSNumber *) | currencyCode | |
| volumeForGroup: | (NSNumber *) | volumeForGroup | |
| amountForGroup: | (NSNumber *) | amountForGroup | |
Create a SOAPTransactionStatistics instance with the specified details.
| resultID | The result ID of the transaction statistics. |
| stateID | The state ID of the transaction statistics. |
| transactionTypeID | The transaction type ID of the transaction statistics. |
| currencyAlpha | The currency alpha code of the transaction statistics. |
| currencyCode | The currency numeric code of the transaction statistics. |
| volumeForGroup | The volume for the group of the transaction statistics. |
| amountForGroup | The amount for the group of the transaction statistics. |
|
readatomicassign |
Gets the amount for group of the transaction statistics, indicating the total amount for all transactions.
This property is read-only.
|
readatomicassign |
Gets the currency alpha code of the transaction statistics, as defined in ISO 4217.
This property is read-only.
|
readatomicassign |
Gets the currency numeric code of the transaction statistics, as defined in ISO 4217.
This property is read-only.
|
readatomicassign |
Gets the result ID of the transaction statistics.
This property is read-only.
|
readatomicassign |
Gets the state ID of the transaction statistics.
This property is read-only.
|
readatomicassign |
Gets the transaction type ID of the transaction statistics.
This property is read-only.
|
readatomicassign |
Gets the volume for group of the transaction statistics, indicating the total number of the transactions.
This property is read-only.