Class: ChargeBee::CreditNote::TaxOrigin

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #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

#countryObject

Returns the value of attribute country.



53
54
55
# File 'lib/chargebee/models/credit_note.rb', line 53

def country
  @country
end

#registration_numberObject

Returns the value of attribute registration_number.



53
54
55
# File 'lib/chargebee/models/credit_note.rb', line 53

def registration_number
  @registration_number
end