Class: Stripe::Tax::CalculationLineItem::TaxBreakdown
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Tax::CalculationLineItem::TaxBreakdown
- Defined in:
- lib/stripe/resources/tax/calculation_line_item.rb
Defined Under Namespace
Classes: Jurisdiction, TaxRateDetails
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#jurisdiction ⇒ Object
readonly
Returns the value of attribute jurisdiction.
-
#sourcing ⇒ Object
readonly
Returns the value of attribute sourcing.
-
#tax_rate_details ⇒ Object
readonly
Returns the value of attribute tax_rate_details.
-
#taxability_reason ⇒ Object
readonly
Returns the value of attribute taxability_reason.
-
#taxable_amount ⇒ Object
readonly
Returns the value of attribute taxable_amount.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#amount ⇒ Object (readonly)
Returns the value of attribute amount.
20 21 22 |
# File 'lib/stripe/resources/tax/calculation_line_item.rb', line 20 def amount @amount end |
#jurisdiction ⇒ Object (readonly)
Returns the value of attribute jurisdiction.
20 21 22 |
# File 'lib/stripe/resources/tax/calculation_line_item.rb', line 20 def jurisdiction @jurisdiction end |
#sourcing ⇒ Object (readonly)
Returns the value of attribute sourcing.
20 21 22 |
# File 'lib/stripe/resources/tax/calculation_line_item.rb', line 20 def sourcing @sourcing end |
#tax_rate_details ⇒ Object (readonly)
Returns the value of attribute tax_rate_details.
20 21 22 |
# File 'lib/stripe/resources/tax/calculation_line_item.rb', line 20 def tax_rate_details @tax_rate_details end |
#taxability_reason ⇒ Object (readonly)
Returns the value of attribute taxability_reason.
20 21 22 |
# File 'lib/stripe/resources/tax/calculation_line_item.rb', line 20 def taxability_reason @taxability_reason end |
#taxable_amount ⇒ Object (readonly)
Returns the value of attribute taxable_amount.
20 21 22 |
# File 'lib/stripe/resources/tax/calculation_line_item.rb', line 20 def taxable_amount @taxable_amount end |