Class ISN_SKPaymentDiscount
The signed discount applied to a payment.
Inheritance
System.Object
ISN_SKPaymentDiscount
Namespace: SA.iOS.StoreKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_SKPaymentDiscount : ISN_NativeObject
Constructors
ISN_SKPaymentDiscount(String, String, String, String, UInt64)
Initializes the payment discount with a signature and the parameters used by the signature.
Declaration
public ISN_SKPaymentDiscount(string identifier, string keyIdentifier, string nonce, string signature, ulong timestamp)
Parameters
Type | Name | Description |
---|---|---|
System.String | identifier | A string used to uniquely identify a discount offer for a product. |
System.String | keyIdentifier | A string that identifies the key used to generate the signature. |
System.String | nonce | A universally unique ID (UUID) value that you define. |
System.String | signature | A UTF-8 string representing the properties of a specific discount offer, cryptographically signed. |
System.UInt64 | timestamp | The date and time of the signature's creation in milliseconds, formatted in Unix epoch time. |