Class INRequestPaymentIntent

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class INRequestPaymentIntent
extends INIntent
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • INRequestPaymentIntent

      public INRequestPaymentIntent()
    • INRequestPaymentIntent

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

      protected INRequestPaymentIntent​(NSObject.SkipInit skipInit)
    • INRequestPaymentIntent

      public INRequestPaymentIntent​(INPerson payer, INCurrencyAmount currencyAmount, String note)
  • Method Details

    • getPayer

      public INPerson getPayer()
    • getCurrencyAmount

      public INCurrencyAmount getCurrencyAmount()
    • getNote

      public String getNote()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(INPerson payer, INCurrencyAmount currencyAmount, String note)