Class: Paypal::Payment::Recurring::Activation
- Defined in:
- lib/paypal/payment/recurring/activation.rb
Instance Method Summary collapse
Methods inherited from Base
Methods included from Util
#==, formatted_amount, #numeric_attribute?, to_numeric
Constructor Details
This class inherits a constructor from Paypal::Base
Instance Method Details
#to_params ⇒ Object
6 7 8 9 10 11 |
# File 'lib/paypal/payment/recurring/activation.rb', line 6 def to_params { :INITAMT => Util.formatted_amount(self.initial_amount), :FAILEDINITAMTACTION => self.failed_action } end |