Class INPaymentAccount

    • Constructor Detail

      • INPaymentAccount

        protected INPaymentAccount()
      • INPaymentAccount

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

        @Deprecated
        public INPaymentAccount​(INSpeakableString nickname,
                                java.lang.String number,
                                INAccountType accountType,
                                INSpeakableString organizationName)
        Deprecated.
        Deprecated in iOS 11.0. Please use 'initWithNickname:number:accountType:organizationName:balance:secondaryBalance:' instead
        Since:
        Available in iOS 10.3 and later.
      • INPaymentAccount

        public INPaymentAccount​(NSCoder decoder)
    • Method Detail

      • getAccountNumber

        public java.lang.String getAccountNumber()
      • getBalance

        public INBalanceAmount getBalance()
        Since:
        Available in iOS 11.0 and later.
      • getSecondaryBalance

        public INBalanceAmount getSecondaryBalance()
        Since:
        Available in iOS 11.0 and later.
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • init

        @Deprecated
        protected long init​(INSpeakableString nickname,
                            java.lang.String number,
                            INAccountType accountType,
                            INSpeakableString organizationName)
        Deprecated.
        Deprecated in iOS 11.0. Please use 'initWithNickname:number:accountType:organizationName:balance:secondaryBalance:' instead
        Since:
        Available in iOS 10.3 and later.
      • init

        protected long init​(NSCoder decoder)