Class: Stripe::PaymentLink::PaymentIntentData
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentLink::PaymentIntentData
- Defined in:
- lib/stripe/resources/payment_link.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#capture_method ⇒ Object
readonly
Returns the value of attribute capture_method.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#setup_future_usage ⇒ Object
readonly
Returns the value of attribute setup_future_usage.
-
#statement_descriptor ⇒ Object
readonly
Returns the value of attribute statement_descriptor.
-
#statement_descriptor_suffix ⇒ Object
readonly
Returns the value of attribute statement_descriptor_suffix.
-
#transfer_group ⇒ Object
readonly
Returns the value of attribute transfer_group.
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
#capture_method ⇒ Object (readonly)
Returns the value of attribute capture_method.
105 106 107 |
# File 'lib/stripe/resources/payment_link.rb', line 105 def capture_method @capture_method end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
105 106 107 |
# File 'lib/stripe/resources/payment_link.rb', line 105 def description @description end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
105 106 107 |
# File 'lib/stripe/resources/payment_link.rb', line 105 def @metadata end |
#setup_future_usage ⇒ Object (readonly)
Returns the value of attribute setup_future_usage.
105 106 107 |
# File 'lib/stripe/resources/payment_link.rb', line 105 def setup_future_usage @setup_future_usage end |
#statement_descriptor ⇒ Object (readonly)
Returns the value of attribute statement_descriptor.
105 106 107 |
# File 'lib/stripe/resources/payment_link.rb', line 105 def statement_descriptor @statement_descriptor end |
#statement_descriptor_suffix ⇒ Object (readonly)
Returns the value of attribute statement_descriptor_suffix.
105 106 107 |
# File 'lib/stripe/resources/payment_link.rb', line 105 def statement_descriptor_suffix @statement_descriptor_suffix end |
#transfer_group ⇒ Object (readonly)
Returns the value of attribute transfer_group.
105 106 107 |
# File 'lib/stripe/resources/payment_link.rb', line 105 def transfer_group @transfer_group end |