Class: Stripe::SetupIntent::PaymentMethodOptions::Card::MandateOptions
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::SetupIntent::PaymentMethodOptions::Card::MandateOptions
- Defined in:
- lib/stripe/resources/setup_intent.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#amount_type ⇒ Object
readonly
Returns the value of attribute amount_type.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#end_date ⇒ Object
readonly
Returns the value of attribute end_date.
-
#interval ⇒ Object
readonly
Returns the value of attribute interval.
-
#interval_count ⇒ Object
readonly
Returns the value of attribute interval_count.
-
#reference ⇒ Object
readonly
Returns the value of attribute reference.
-
#start_date ⇒ Object
readonly
Returns the value of attribute start_date.
-
#supported_types ⇒ Object
readonly
Returns the value of attribute supported_types.
Attributes inherited from Stripe::StripeObject
Method Summary
Methods inherited from Stripe::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.
85 86 87 |
# File 'lib/stripe/resources/setup_intent.rb', line 85 def amount @amount end |
#amount_type ⇒ Object (readonly)
Returns the value of attribute amount_type.
85 86 87 |
# File 'lib/stripe/resources/setup_intent.rb', line 85 def amount_type @amount_type end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency.
85 86 87 |
# File 'lib/stripe/resources/setup_intent.rb', line 85 def currency @currency end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
85 86 87 |
# File 'lib/stripe/resources/setup_intent.rb', line 85 def description @description end |
#end_date ⇒ Object (readonly)
Returns the value of attribute end_date.
85 86 87 |
# File 'lib/stripe/resources/setup_intent.rb', line 85 def end_date @end_date end |
#interval ⇒ Object (readonly)
Returns the value of attribute interval.
85 86 87 |
# File 'lib/stripe/resources/setup_intent.rb', line 85 def interval @interval end |
#interval_count ⇒ Object (readonly)
Returns the value of attribute interval_count.
85 86 87 |
# File 'lib/stripe/resources/setup_intent.rb', line 85 def interval_count @interval_count end |
#reference ⇒ Object (readonly)
Returns the value of attribute reference.
85 86 87 |
# File 'lib/stripe/resources/setup_intent.rb', line 85 def reference @reference end |
#start_date ⇒ Object (readonly)
Returns the value of attribute start_date.
85 86 87 |
# File 'lib/stripe/resources/setup_intent.rb', line 85 def start_date @start_date end |
#supported_types ⇒ Object (readonly)
Returns the value of attribute supported_types.
85 86 87 |
# File 'lib/stripe/resources/setup_intent.rb', line 85 def supported_types @supported_types end |