Show / Hide Table of Contents

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
Implements
ISN_iSKPaymentTransaction
SA_iResult
Namespace: SA.iOS.StoreKit
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
Type Description
ISN_iSKPaymentTransaction

Product

Declaration
public ISN_SKProduct Product { get; }
Property Value
Type Description
ISN_SKProduct

ProductIdentifier

Declaration
public string ProductIdentifier { get; }
Property Value
Type Description
System.String

State

Declaration
public ISN_SKPaymentTransactionState State { get; }
Property Value
Type Description
ISN_SKPaymentTransactionState

TransactionIdentifier

Declaration
public string TransactionIdentifier { get; }
Property Value
Type Description
System.String

Implements

ISN_iSKPaymentTransaction
SA_iResult
In This Article
Back to top Generated by DocFX