@class NSData, NSURL, NSError; @interface PKAMPCardRegistrationResponse : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (retain) NSData *cardData; @property (retain) NSURL *brokerURL; @property (retain) NSURL *paymentServicesURL; @property (retain) NSError *error; - (void)encodeWithCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (id)initWithCardData:(id)a0 brokerURL:(id)a1 paymentServicesURL:(id)a2 error:(id)a3; @end