Class INBillPayee

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

@Deprecated
public class INBillPayee
extends NSObject
implements NSSecureCoding
Deprecated.
Deprecated in iOS 15.0. INBillPayee is deprecated. There is no replacement
Since:
Available in iOS 10.3 and later.
  • Constructor Details

    • INBillPayee

      protected INBillPayee()
      Deprecated.
    • INBillPayee

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

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

      public INBillPayee​(INSpeakableString nickname, String number, INSpeakableString organizationName)
      Deprecated.
    • INBillPayee

      public INBillPayee​(NSCoder coder)
      Deprecated.
  • Method Details

    • getNickname

      public INSpeakableString getNickname()
      Deprecated.
    • getAccountNumber

      public String getAccountNumber()
      Deprecated.
    • getOrganizationName

      public INSpeakableString getOrganizationName()
      Deprecated.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
      Deprecated.
    • init

      protected long init​(INSpeakableString nickname, String number, INSpeakableString organizationName)
      Deprecated.
    • encode

      public void encode​(NSCoder coder)
      Deprecated.
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)
      Deprecated.