Class: ChargeBee::TaxWithheld

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/tax_withheld.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #to_s, uri_path

Constructor Details

This class inherits a constructor from ChargeBee::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ChargeBee::Model

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



4
5
6
# File 'lib/chargebee/models/tax_withheld.rb', line 4

def amount
  @amount
end

#currency_codeObject

Returns the value of attribute currency_code.



4
5
6
# File 'lib/chargebee/models/tax_withheld.rb', line 4

def currency_code
  @currency_code
end

#dateObject

Returns the value of attribute date.



4
5
6
# File 'lib/chargebee/models/tax_withheld.rb', line 4

def date
  @date
end

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/chargebee/models/tax_withheld.rb', line 4

def description
  @description
end

#exchange_rateObject

Returns the value of attribute exchange_rate.



4
5
6
# File 'lib/chargebee/models/tax_withheld.rb', line 4

def exchange_rate
  @exchange_rate
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/chargebee/models/tax_withheld.rb', line 4

def id
  @id
end

#payment_methodObject

Returns the value of attribute payment_method.



4
5
6
# File 'lib/chargebee/models/tax_withheld.rb', line 4

def payment_method
  @payment_method
end

#reference_numberObject

Returns the value of attribute reference_number.



4
5
6
# File 'lib/chargebee/models/tax_withheld.rb', line 4

def reference_number
  @reference_number
end

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/chargebee/models/tax_withheld.rb', line 4

def type
  @type
end

#userObject

Returns the value of attribute user.



4
5
6
# File 'lib/chargebee/models/tax_withheld.rb', line 4

def user
  @user
end