Class INCurrencyAmount

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class INCurrencyAmount
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • INCurrencyAmount

      protected INCurrencyAmount()
    • INCurrencyAmount

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

      protected INCurrencyAmount​(NSObject.SkipInit skipInit)
    • INCurrencyAmount

      public INCurrencyAmount​(NSDecimalNumber amount, String currencyCode)
    • INCurrencyAmount

      public INCurrencyAmount​(NSCoder coder)
  • Method Details

    • getAmount

      public NSDecimalNumber getAmount()
    • getCurrencyCode

      public String getCurrencyCode()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(NSDecimalNumber amount, String currencyCode)
    • encode

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

      protected long init​(NSCoder coder)