Package apple.passkit

Class PKDisbursementRequest

  • All Implemented Interfaces:
    NSObject

    public class PKDisbursementRequest
    extends NSObject
    PKDisbursementRequest defines an application's request to disburse an amount
    • Constructor Detail

      • PKDisbursementRequest

        protected PKDisbursementRequest​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • amount

        public NSDecimalNumber amount()
        An amount is always required. If the disbursement amount is pending, the amount should be zero
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • countryCode

        public java.lang.String countryCode()
        The merchant's ISO country code.
      • currencyCode

        public java.lang.String currencyCode()
        Currency code for this disbursement. The currency code is required unless the requestType is future
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • requestSchedule

        public long requestSchedule()
        Specifies if the disbursement is a one time request or a future request
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setAmount

        public void setAmount​(NSDecimalNumber value)
        An amount is always required. If the disbursement amount is pending, the amount should be zero
      • setCountryCode

        public void setCountryCode​(java.lang.String value)
        The merchant's ISO country code.
      • setCurrencyCode

        public void setCurrencyCode​(java.lang.String value)
        Currency code for this disbursement. The currency code is required unless the requestType is future
      • setRequestSchedule

        public void setRequestSchedule​(long value)
        Specifies if the disbursement is a one time request or a future request
      • setSummaryItems

        public void setSummaryItems​(NSArray<? extends PKPaymentSummaryItem> value)
        The summary items are optional. The final amount summary item will be prepopulated by the amount specified above.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • summaryItems

        public NSArray<? extends PKPaymentSummaryItem> summaryItems()
        The summary items are optional. The final amount summary item will be prepopulated by the amount specified above.
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()