Class: Stripe::PaymentIntent::PaymentMethodOptions::Payto::MandateOptions
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::PaymentMethodOptions::Payto::MandateOptions
- Defined in:
- lib/stripe/resources/payment_intent.rb
Constant Summary
Constants inherited from StripeObject
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.
-
#end_date ⇒ Object
readonly
Returns the value of attribute end_date.
-
#payment_schedule ⇒ Object
readonly
Returns the value of attribute payment_schedule.
-
#payments_per_period ⇒ Object
readonly
Returns the value of attribute payments_per_period.
-
#purpose ⇒ Object
readonly
Returns the value of attribute purpose.
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.
468 469 470 |
# File 'lib/stripe/resources/payment_intent.rb', line 468 def amount @amount end |
#amount_type ⇒ Object (readonly)
Returns the value of attribute amount_type.
468 469 470 |
# File 'lib/stripe/resources/payment_intent.rb', line 468 def amount_type @amount_type end |
#end_date ⇒ Object (readonly)
Returns the value of attribute end_date.
468 469 470 |
# File 'lib/stripe/resources/payment_intent.rb', line 468 def end_date @end_date end |
#payment_schedule ⇒ Object (readonly)
Returns the value of attribute payment_schedule.
468 469 470 |
# File 'lib/stripe/resources/payment_intent.rb', line 468 def payment_schedule @payment_schedule end |
#payments_per_period ⇒ Object (readonly)
Returns the value of attribute payments_per_period.
468 469 470 |
# File 'lib/stripe/resources/payment_intent.rb', line 468 def payments_per_period @payments_per_period end |
#purpose ⇒ Object (readonly)
Returns the value of attribute purpose.
468 469 470 |
# File 'lib/stripe/resources/payment_intent.rb', line 468 def purpose @purpose end |