@class NSString, NSURL, NSDate; @interface PKAccountWebServiceTransfersRequest : PKAccountWebServiceRequest @property (copy, nonatomic) NSString *accountIdentifier; @property (retain, nonatomic) NSURL *baseURL; @property (copy, nonatomic) NSDate *beginDate; @property (copy, nonatomic) NSDate *endDate; @property (nonatomic) unsigned long long state; - (id)_urlRequestWithAppleAccountInformation:(id)a0; - (void).cxx_destruct; @end