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

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
 

Detailed Description

This class contains the details of the transaction.

Author
Creditcall Ltd

Method Documentation

◆ initWithGUID:dateAndTimeUTC:currencyAlpha:currencyCode:amount:cardDigits:dateAndTimeLocal:

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

Parameters
GUIDGUID of the transaction.
dateAndTimeUTCThe UTC date and time of the transaction.
currencyAlphaThe currency alpha code of the transaction.
currencyCodeThe currency numeric code of the transaction.
amountThe amount of the transaction.
cardDigitsFirst six and last four digits of the card used for the transaction.
dateAndTimeLocalThe local date and time of the transaction.
Returns
A SOAPTransaction instance.

Property Documentation

◆ amount

- (NSNumber*) amount
readatomicassign

Gets the amount of the transaction, in xx.xx format. Refund amounts are in the format -xx.xx.

This property is read-only.

Returns
The amount of the transaction.

◆ cardDigits

- (NSString*) cardDigits
readatomicassign

Gets the first six and the last four digits of the card used for transaction.

This property is read-only.

Returns
The first six and the last four digits of the card.

◆ currencyAlpha

- (NSString*) currencyAlpha
readatomicassign

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

This property is read-only.

Returns
The currency alpha code of the transaction.

◆ currencyCode

- (NSNumber*) currencyCode
readatomicassign

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

This property is read-only.

Returns
The currency numeric code of the transaction.

◆ dateAndTimeLocal

- (NSString*) dateAndTimeLocal
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.

Returns
The local date and time of the transaction.

◆ dateAndTimeUtc

- (NSString*) dateAndTimeUtc
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.

Returns
The UTC date and time of the transaction.

◆ guid

- (NSString*) guid
readatomicassign

Gets the GUID of the transaction.

This property is read-only.

Returns
The GUID of the transaction.

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