@class PKAccountTransferExternalAccount, PKCurrencyAmount; @interface PKAccountScheduledTransfer : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (retain, nonatomic) PKCurrencyAmount *currencyAmount; @property (nonatomic) unsigned long long type; @property (retain, nonatomic) PKAccountTransferExternalAccount *externalAccount; - (id)jsonDictionaryRepresentation; - (id)init; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (id)hashComponent; - (id)initWithCurrencyAmount:(id)a0 type:(unsigned long long)a1 externalAccount:(id)a2; @end