Class ISN_SKPaymentOriginalTransaction
A payment transaction is created whenever a payment is added to the payment queue.
Transactions are delivered to your app when the App Store has finished processing the payment.
Completed transactions provide a receipt and transaction identifier that your app can use to save a permanent record of the processed payment.
Inheritance
System.Object
ISN_SKPaymentOriginalTransaction
Assembly: cs.temp.dll.dll
Syntax
public class ISN_SKPaymentOriginalTransaction : SA_Result, ISN_iSKPaymentTransaction
Properties
Date
Declaration
public DateTime Date { get; }
Property Value
Type |
Description |
DateTime |
|
OriginalTransaction
Declaration
public ISN_iSKPaymentTransaction OriginalTransaction { get; }
Property Value
Product
Declaration
public ISN_SKProduct Product { get; }
Property Value
ProductIdentifier
Declaration
public string ProductIdentifier { get; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
public ISN_SKPaymentTransactionState State { get; }
Property Value
TransactionIdentifier
Declaration
public string TransactionIdentifier { get; }
Property Value
Type |
Description |
System.String |
|
Implements
SA_iResult