Class: AcceptOn::TransactionToken

Inherits:
Base
  • Object
show all
Defined in:
lib/accepton/transaction_token.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from AcceptOn::Base

Instance Attribute Details

#amountObject (readonly)



12
13
14
# File 'lib/accepton/transaction_token.rb', line 12

def amount
  @amount
end

#application_feeObject (readonly)



12
13
14
# File 'lib/accepton/transaction_token.rb', line 12

def application_fee
  @application_fee
end

#createdObject (readonly)



12
13
14
# File 'lib/accepton/transaction_token.rb', line 12

def created
  @created
end

#descriptionObject (readonly)



12
13
14
# File 'lib/accepton/transaction_token.rb', line 12

def description
  @description
end

#idObject (readonly)



12
13
14
# File 'lib/accepton/transaction_token.rb', line 12

def id
  @id
end

#merchant_paypal_accountObject (readonly)



12
13
14
# File 'lib/accepton/transaction_token.rb', line 12

def 
  @merchant_paypal_account
end