Class: AcceptOn::TransactionToken
- Inherits:
-
Base
- Object
- Base
- AcceptOn::TransactionToken
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
#amount ⇒ Object
12
13
14
|
# File 'lib/accepton/transaction_token.rb', line 12
def amount
@amount
end
|
#application_fee ⇒ Object
12
13
14
|
# File 'lib/accepton/transaction_token.rb', line 12
def application_fee
@application_fee
end
|
#created ⇒ Object
12
13
14
|
# File 'lib/accepton/transaction_token.rb', line 12
def created
@created
end
|
#description ⇒ Object
12
13
14
|
# File 'lib/accepton/transaction_token.rb', line 12
def description
@description
end
|
#id ⇒ Object
12
13
14
|
# File 'lib/accepton/transaction_token.rb', line 12
def id
@id
end
|
#merchant_paypal_account ⇒ Object
12
13
14
|
# File 'lib/accepton/transaction_token.rb', line 12
def merchant_paypal_account
@merchant_paypal_account
end
|