Class: PagSeguro::CreditorFee
- Inherits:
-
Object
- Object
- PagSeguro::CreditorFee
- Includes:
- Extensions::MassAssignment
- Defined in:
- lib/pagseguro/creditor_fee.rb
Instance Attribute Summary collapse
-
#commission_fee_amount ⇒ Object
Set the current transaction commission fee amount.
-
#efrete ⇒ Object
Set the current transaction freight amount.
-
#installment_fee_amount ⇒ Object
Set the current transaction installment amount.
-
#intermediation_fee_amount ⇒ Object
Set the current transaction intermediation fee amount.
-
#intermediation_rate_amount ⇒ Object
Set the current transaction intermidiation rate amount.
-
#operational_fee_amount ⇒ Object
Set the current transaction operational fee amount.
Method Summary
Methods included from Extensions::MassAssignment
Instance Attribute Details
#commission_fee_amount ⇒ Object
Set the current transaction commission fee amount
18 19 20 |
# File 'lib/pagseguro/creditor_fee.rb', line 18 def commission_fee_amount @commission_fee_amount end |
#efrete ⇒ Object
Set the current transaction freight amount
21 22 23 |
# File 'lib/pagseguro/creditor_fee.rb', line 21 def efrete @efrete end |
#installment_fee_amount ⇒ Object
Set the current transaction installment amount
12 13 14 |
# File 'lib/pagseguro/creditor_fee.rb', line 12 def installment_fee_amount @installment_fee_amount end |
#intermediation_fee_amount ⇒ Object
Set the current transaction intermediation fee amount
9 10 11 |
# File 'lib/pagseguro/creditor_fee.rb', line 9 def intermediation_fee_amount @intermediation_fee_amount end |
#intermediation_rate_amount ⇒ Object
Set the current transaction intermidiation rate amount
6 7 8 |
# File 'lib/pagseguro/creditor_fee.rb', line 6 def intermediation_rate_amount @intermediation_rate_amount end |
#operational_fee_amount ⇒ Object
Set the current transaction operational fee amount
15 16 17 |
# File 'lib/pagseguro/creditor_fee.rb', line 15 def operational_fee_amount @operational_fee_amount end |