Class PKDisbursementRequest

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class PKDisbursementRequest
    extends NSObject
    • Constructor Detail

      • PKDisbursementRequest

        public PKDisbursementRequest()
      • PKDisbursementRequest

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

        protected PKDisbursementRequest​(NSObject.SkipInit skipInit)
    • Method Detail

      • getAmount

        public NSDecimalNumber getAmount()
        Since:
        Available in iOS 12.2 and later.
      • setAmount

        public void setAmount​(NSDecimalNumber v)
        Since:
        Available in iOS 12.2 and later.
      • getCurrencyCode

        public java.lang.String getCurrencyCode()
        Since:
        Available in iOS 12.2 and later.
      • setCurrencyCode

        public void setCurrencyCode​(java.lang.String v)
        Since:
        Available in iOS 12.2 and later.
      • getCountryCode

        public java.lang.String getCountryCode()
        Since:
        Available in iOS 12.2 and later.
      • setCountryCode

        public void setCountryCode​(java.lang.String v)
        Since:
        Available in iOS 12.2 and later.