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

#idObject

Returns the value of attribute id.



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

def id
  @id
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