Class: ChargeBee::QuotedCharge::Charge

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/quoted_charge.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.



5
6
7
# File 'lib/chargebee/models/quoted_charge.rb', line 5

def amount
  @amount
end

#amount_in_decimalObject

Returns the value of attribute amount_in_decimal.



5
6
7
# File 'lib/chargebee/models/quoted_charge.rb', line 5

def amount_in_decimal
  @amount_in_decimal
end

#avalara_sale_typeObject

Returns the value of attribute avalara_sale_type.



5
6
7
# File 'lib/chargebee/models/quoted_charge.rb', line 5

def avalara_sale_type
  @avalara_sale_type
end

#avalara_service_typeObject

Returns the value of attribute avalara_service_type.



5
6
7
# File 'lib/chargebee/models/quoted_charge.rb', line 5

def avalara_service_type
  @avalara_service_type
end

#avalara_transaction_typeObject

Returns the value of attribute avalara_transaction_type.



5
6
7
# File 'lib/chargebee/models/quoted_charge.rb', line 5

def avalara_transaction_type
  @avalara_transaction_type
end

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/chargebee/models/quoted_charge.rb', line 5

def description
  @description
end

#service_period_in_daysObject

Returns the value of attribute service_period_in_days.



5
6
7
# File 'lib/chargebee/models/quoted_charge.rb', line 5

def service_period_in_days
  @service_period_in_days
end