Class: Stripe::PaymentIntent::PaymentMethodOptions::AcssDebit::MandateOptions
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentIntent::PaymentMethodOptions::AcssDebit::MandateOptions
- Defined in:
- lib/stripe/resources/payment_intent.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#custom_mandate_url ⇒ Object
readonly
A URL for custom mandate text.
-
#interval_description ⇒ Object
readonly
Description of the interval.
-
#payment_schedule ⇒ Object
readonly
Payment schedule for the mandate.
-
#transaction_type ⇒ Object
readonly
Transaction type of the mandate.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #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
#custom_mandate_url ⇒ Object (readonly)
A URL for custom mandate text
2550 2551 2552 |
# File 'lib/stripe/resources/payment_intent.rb', line 2550 def custom_mandate_url @custom_mandate_url end |
#interval_description ⇒ Object (readonly)
Description of the interval. Only required if the ‘payment_schedule’ parameter is ‘interval’ or ‘combined’.
2552 2553 2554 |
# File 'lib/stripe/resources/payment_intent.rb', line 2552 def interval_description @interval_description end |
#payment_schedule ⇒ Object (readonly)
Payment schedule for the mandate.
2554 2555 2556 |
# File 'lib/stripe/resources/payment_intent.rb', line 2554 def payment_schedule @payment_schedule end |
#transaction_type ⇒ Object (readonly)
Transaction type of the mandate.
2556 2557 2558 |
# File 'lib/stripe/resources/payment_intent.rb', line 2556 def transaction_type @transaction_type end |
Class Method Details
.field_remappings ⇒ Object
2562 2563 2564 |
# File 'lib/stripe/resources/payment_intent.rb', line 2562 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
2558 2559 2560 |
# File 'lib/stripe/resources/payment_intent.rb', line 2558 def self.inner_class_types @inner_class_types = {} end |