Class SKPaymentDiscount

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class SKPaymentDiscount
extends NSObject
Since:
Available in iOS 12.2 and later.
  • Constructor Details

    • SKPaymentDiscount

      public SKPaymentDiscount()
    • SKPaymentDiscount

      protected SKPaymentDiscount​(NSObject.Handle h, long handle)
    • SKPaymentDiscount

      protected SKPaymentDiscount​(NSObject.SkipInit skipInit)
    • SKPaymentDiscount

      public SKPaymentDiscount​(String identifier, String keyIdentifier, NSUUID nonce, String signature, NSNumber timestamp)
      Since:
      Available in iOS 12.2 and later.
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Since:
      Available in iOS 12.2 and later.
    • getKeyIdentifier

      public String getKeyIdentifier()
      Since:
      Available in iOS 12.2 and later.
    • getNonce

      public NSUUID getNonce()
      Since:
      Available in iOS 12.2 and later.
    • getSignature

      public String getSignature()
      Since:
      Available in iOS 12.2 and later.
    • getTimestamp

      public NSNumber getTimestamp()
      Since:
      Available in iOS 12.2 and later.
    • init

      protected long init​(String identifier, String keyIdentifier, NSUUID nonce, String signature, NSNumber timestamp)
      Since:
      Available in iOS 12.2 and later.