Class INSendPaymentIntent

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • INSendPaymentIntent

      public INSendPaymentIntent()
    • INSendPaymentIntent

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

      protected INSendPaymentIntent​(NSObject.SkipInit skipInit)
    • INSendPaymentIntent

      public INSendPaymentIntent​(INPerson payee, INCurrencyAmount currencyAmount, String note)
  • Method Details

    • getPayee

      public INPerson getPayee()
    • getCurrencyAmount

      public INCurrencyAmount getCurrencyAmount()
    • getNote

      public String getNote()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

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