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
1276 1277 1278 |
# File 'lib/stripe/resources/payment_intent.rb', line 1276 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’.
1278 1279 1280 |
# File 'lib/stripe/resources/payment_intent.rb', line 1278 def interval_description @interval_description end |
#payment_schedule ⇒ Object (readonly)
Payment schedule for the mandate.
1280 1281 1282 |
# File 'lib/stripe/resources/payment_intent.rb', line 1280 def payment_schedule @payment_schedule end |
#transaction_type ⇒ Object (readonly)
Transaction type of the mandate.
1282 1283 1284 |
# File 'lib/stripe/resources/payment_intent.rb', line 1282 def transaction_type @transaction_type end |
Class Method Details
.field_remappings ⇒ Object
1288 1289 1290 |
# File 'lib/stripe/resources/payment_intent.rb', line 1288 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
1284 1285 1286 |
# File 'lib/stripe/resources/payment_intent.rb', line 1284 def self.inner_class_types @inner_class_types = {} end |