Class: ChargeBee::CreditNote::BillingAddress

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

#cityObject

Returns the value of attribute city.



45
46
47
# File 'lib/chargebee/models/credit_note.rb', line 45

def city
  @city
end

#companyObject

Returns the value of attribute company.



45
46
47
# File 'lib/chargebee/models/credit_note.rb', line 45

def company
  @company
end

#countryObject

Returns the value of attribute country.



45
46
47
# File 'lib/chargebee/models/credit_note.rb', line 45

def country
  @country
end

#emailObject

Returns the value of attribute email.



45
46
47
# File 'lib/chargebee/models/credit_note.rb', line 45

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



45
46
47
# File 'lib/chargebee/models/credit_note.rb', line 45

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



45
46
47
# File 'lib/chargebee/models/credit_note.rb', line 45

def last_name
  @last_name
end

#line1Object

Returns the value of attribute line1.



45
46
47
# File 'lib/chargebee/models/credit_note.rb', line 45

def line1
  @line1
end

#line2Object

Returns the value of attribute line2.



45
46
47
# File 'lib/chargebee/models/credit_note.rb', line 45

def line2
  @line2
end

#line3Object

Returns the value of attribute line3.



45
46
47
# File 'lib/chargebee/models/credit_note.rb', line 45

def line3
  @line3
end

#phoneObject

Returns the value of attribute phone.



45
46
47
# File 'lib/chargebee/models/credit_note.rb', line 45

def phone
  @phone
end

#stateObject

Returns the value of attribute state.



45
46
47
# File 'lib/chargebee/models/credit_note.rb', line 45

def state
  @state
end

#state_codeObject

Returns the value of attribute state_code.



45
46
47
# File 'lib/chargebee/models/credit_note.rb', line 45

def state_code
  @state_code
end

#validation_statusObject

Returns the value of attribute validation_status.



45
46
47
# File 'lib/chargebee/models/credit_note.rb', line 45

def validation_status
  @validation_status
end

#zipObject

Returns the value of attribute zip.



45
46
47
# File 'lib/chargebee/models/credit_note.rb', line 45

def zip
  @zip
end