Class: Stripe::Invoice::ThresholdReason::ItemReason
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Invoice::ThresholdReason::ItemReason
- Defined in:
- lib/stripe/resources/invoice.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#line_item_ids ⇒ Object
readonly
The IDs of the line items that triggered the threshold invoice.
-
#usage_gte ⇒ Object
readonly
The quantity threshold boundary that applied to the given line item.
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
#line_item_ids ⇒ Object (readonly)
The IDs of the line items that triggered the threshold invoice.
411 412 413 |
# File 'lib/stripe/resources/invoice.rb', line 411 def line_item_ids @line_item_ids end |
#usage_gte ⇒ Object (readonly)
The quantity threshold boundary that applied to the given line item.
413 414 415 |
# File 'lib/stripe/resources/invoice.rb', line 413 def usage_gte @usage_gte end |