Class INPayBillIntentResponse

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

@Deprecated
public class INPayBillIntentResponse
extends INIntentResponse
Deprecated.
Deprecated in iOS 15.0. INPayBillIntentResponse is deprecated. There is no replacement.
Since:
Available in iOS 10.3 and later.
  • Constructor Details

    • INPayBillIntentResponse

      protected INPayBillIntentResponse()
      Deprecated.
    • INPayBillIntentResponse

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

      protected INPayBillIntentResponse​(NSObject.SkipInit skipInit)
      Deprecated.
    • INPayBillIntentResponse

      public INPayBillIntentResponse​(INPayBillIntentResponseCode code, NSUserActivity userActivity)
      Deprecated.
  • Method Details

    • getCode

      public INPayBillIntentResponseCode getCode()
      Deprecated.
    • getFromAccount

      public INPaymentAccount getFromAccount()
      Deprecated.
    • setFromAccount

      public void setFromAccount​(INPaymentAccount v)
      Deprecated.
    • getBillDetails

      public INBillDetails getBillDetails()
      Deprecated.
    • setBillDetails

      public void setBillDetails​(INBillDetails v)
      Deprecated.
    • getTransactionAmount

      public INPaymentAmount getTransactionAmount()
      Deprecated.
    • setTransactionAmount

      public void setTransactionAmount​(INPaymentAmount v)
      Deprecated.
    • getTransactionScheduledDate

      public INDateComponentsRange getTransactionScheduledDate()
      Deprecated.
    • setTransactionScheduledDate

      public void setTransactionScheduledDate​(INDateComponentsRange v)
      Deprecated.
    • getTransactionNote

      public String getTransactionNote()
      Deprecated.
    • setTransactionNote

      public void setTransactionNote​(String v)
      Deprecated.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
      Deprecated.
    • init

      protected long init​(INPayBillIntentResponseCode code, NSUserActivity userActivity)
      Deprecated.