class Express::Payment::Recurring::Activation

Public Instance Methods

to_params() click to toggle source
# File lib/express/payment/recurring/activation.rb, line 6
def to_params
  {
    :INITAMT => Util.formatted_amount(self.initial_amount),
    :FAILEDINITAMTACTION => self.failed_action
  }
end