Class INPaymentAmount

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • INPaymentAmount

      protected INPaymentAmount()
    • INPaymentAmount

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

      protected INPaymentAmount​(NSObject.SkipInit skipInit)
    • INPaymentAmount

      public INPaymentAmount​(INAmountType amountType, INCurrencyAmount amount)
    • INPaymentAmount

      public INPaymentAmount​(NSCoder coder)
  • Method Details