@class NSSet; @interface PKAccountFetchPeriods : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) double accountFetchPeriod; @property (nonatomic) double extendedAccountFetchPeriod; @property (nonatomic) double usersFetchPeriod; @property (nonatomic) double sharedCloudStoreModelFetchPeriod; @property (nonatomic) double financingPlansFetchPeriod; @property (nonatomic) double fundingSourcesFetchPeriod; @property (nonatomic) double promotionsFetchPeriod; @property (copy, nonatomic) NSSet *blockedEndpoints; + (BOOL)isLastUpdatedOutOfDate:(id)a0 fetchPeriod:(double)a1; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (id)initWithDictionary:(id)a0; - (id)description; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (BOOL)endpointIsBlocked:(unsigned long long)a0; - (double)fetchPeriodForEndpoint:(unsigned long long)a0; - (BOOL)isEqualToAccountFetchPeriods:(id)a0; @end