Class: Stripe::PaymentIntent::PaymentMethodOptions::Paypal::LineItem
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::PaymentMethodOptions::Paypal::LineItem
- Defined in:
- lib/stripe/resources/payment_intent.rb
Defined Under Namespace
Classes: Tax
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#category ⇒ Object
readonly
Returns the value of attribute category.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#quantity ⇒ Object
readonly
Returns the value of attribute quantity.
-
#sku ⇒ Object
readonly
Returns the value of attribute sku.
-
#sold_by ⇒ Object
readonly
Returns the value of attribute sold_by.
-
#tax ⇒ Object
readonly
Returns the value of attribute tax.
-
#unit_amount ⇒ Object
readonly
Returns the value of attribute unit_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
#category ⇒ Object (readonly)
Returns the value of attribute category.
461 462 463 |
# File 'lib/stripe/resources/payment_intent.rb', line 461 def category @category end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
461 462 463 |
# File 'lib/stripe/resources/payment_intent.rb', line 461 def description @description end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
461 462 463 |
# File 'lib/stripe/resources/payment_intent.rb', line 461 def name @name end |
#quantity ⇒ Object (readonly)
Returns the value of attribute quantity.
461 462 463 |
# File 'lib/stripe/resources/payment_intent.rb', line 461 def quantity @quantity end |
#sku ⇒ Object (readonly)
Returns the value of attribute sku.
461 462 463 |
# File 'lib/stripe/resources/payment_intent.rb', line 461 def sku @sku end |
#sold_by ⇒ Object (readonly)
Returns the value of attribute sold_by.
461 462 463 |
# File 'lib/stripe/resources/payment_intent.rb', line 461 def sold_by @sold_by end |
#tax ⇒ Object (readonly)
Returns the value of attribute tax.
461 462 463 |
# File 'lib/stripe/resources/payment_intent.rb', line 461 def tax @tax end |
#unit_amount ⇒ Object (readonly)
Returns the value of attribute unit_amount.
461 462 463 |
# File 'lib/stripe/resources/payment_intent.rb', line 461 def unit_amount @unit_amount end |