Class: FeeDetails

Inherits:
Object
  • Object
show all
Defined in:
lib/compropago_sdk/factory/models/fee_details.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



3
4
5
# File 'lib/compropago_sdk/factory/models/fee_details.rb', line 3

def amount
  @amount
end

#amount_refundedObject

Returns the value of attribute amount_refunded.



7
8
9
# File 'lib/compropago_sdk/factory/models/fee_details.rb', line 7

def amount_refunded
  @amount_refunded
end

#applicationObject

Returns the value of attribute application.



6
7
8
# File 'lib/compropago_sdk/factory/models/fee_details.rb', line 6

def application
  @application
end

#currencyObject

Returns the value of attribute currency.



4
5
6
# File 'lib/compropago_sdk/factory/models/fee_details.rb', line 4

def currency
  @currency
end

#taxObject

Returns the value of attribute tax.



8
9
10
# File 'lib/compropago_sdk/factory/models/fee_details.rb', line 8

def tax
  @tax
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/compropago_sdk/factory/models/fee_details.rb', line 5

def type
  @type
end