@class NSString, PKAccountPaymentFundingDetails; @interface PKAccountPaymentFundingSource : NSObject <NSSecureCoding> @property (class, readonly) BOOL supportsSecureCoding; @property (copy, nonatomic) NSString *identifier; @property (nonatomic) long long type; @property (copy, nonatomic) NSString *accountSuffix; @property (copy, nonatomic) PKAccountPaymentFundingDetails *fundingDetails; + (Class)fundingDetailsClassForFundingSourceType:(long long)a0; - (id)jsonDictionaryRepresentation; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (id)initWithDictionary:(id)a0; - (id)description; - (void).cxx_destruct; - (id)initWithType:(long long)a0; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)jsonString; - (id)bankAccountRepresentation; - (id)displayDescription; - (id)hashComponentWithCertificatesResponse:(id)a0; - (id)jsonDictionaryRepresentationWithCertificatesResponse:(id)a0; @end