ChipDna Mobile
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
SOAPTransactionStatistics Class Reference

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
 

Detailed Description

This class contains the transaction statistics.

Author
Creditcall Ltd

Method Documentation

◆ initWithResultID:stateID:transactionTypeID:currencyAlpha:currencyCode:volumeForGroup:amountForGroup:

- (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.

Parameters
resultIDThe result ID of the transaction statistics.
stateIDThe state ID of the transaction statistics.
transactionTypeIDThe transaction type ID of the transaction statistics.
currencyAlphaThe currency alpha code of the transaction statistics.
currencyCodeThe currency numeric code of the transaction statistics.
volumeForGroupThe volume for the group of the transaction statistics.
amountForGroupThe amount for the group of the transaction statistics.
Returns
A SOAPTransactionStatistics instance.

Property Documentation

◆ amountForGroup

- (NSNumber*) amountForGroup
readatomicassign

Gets the amount for group of the transaction statistics, indicating the total amount for all transactions.

This property is read-only.

Returns
The amount for group of the transaction statistics.

◆ currencyAlpha

- (NSString*) currencyAlpha
readatomicassign

Gets the currency alpha code of the transaction statistics, as defined in ISO 4217.

This property is read-only.

Returns
The currency alpha code of the transaction statistics.

◆ currencyCode

- (NSNumber*) currencyCode
readatomicassign

Gets the currency numeric code of the transaction statistics, as defined in ISO 4217.

This property is read-only.

Returns
The currency numeric code of the transaction statistics.

◆ resultID

- (ResultID) resultID
readatomicassign

Gets the result ID of the transaction statistics.

This property is read-only.

Returns
The result ID of the transaction statistics.

◆ stateID

- (StateID) stateID
readatomicassign

Gets the state ID of the transaction statistics.

This property is read-only.

Returns
The state ID of the transaction statistics.

◆ transactionTypeID

- (TransactionTypeID) transactionTypeID
readatomicassign

Gets the transaction type ID of the transaction statistics.

This property is read-only.

Returns
The transaction type ID of the transaction statistics.

◆ volumeForGroup

- (NSNumber*) volumeForGroup
readatomicassign

Gets the volume for group of the transaction statistics, indicating the total number of the transactions.

This property is read-only.

Returns
The volume for group of the transaction statistics.

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