@class NSSet, NSDate; @interface PKPeerPaymentPreferences : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) BOOL requiresConfirmation; @property (nonatomic) BOOL canReceiveFormalPaymentRequests; @property (copy, nonatomic) NSSet *notifications; @property (copy, nonatomic) NSSet *restrictions; @property (nonatomic, getter=isDirty) BOOL dirty; @property (retain, nonatomic) NSDate *lastUpdated; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (id)initWithDictionary:(id)a0; - (id)description; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithDictionary:(id)a0 lastUpdated:(id)a1; - (void)addRestrictionType:(unsigned long long)a0 altDSID:(id)a1; - (void)didUpdateNotification:(id)a0; - (BOOL)isEqualToPreferences:(id)a0; - (BOOL)isOutOfDate; - (id)notificationWithType:(unsigned long long)a0 altDSID:(id)a1; - (void)removeRestrictionType:(unsigned long long)a0 altDSID:(id)a1; - (id)restrictionWithType:(unsigned long long)a0 altDSID:(id)a1; @end