Class: Stripe::Mandate::PaymentMethodDetails::AcssDebit
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Mandate::PaymentMethodDetails::AcssDebit
- Defined in:
- lib/stripe/resources/mandate.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#default_for ⇒ Object
readonly
List of Stripe products where this mandate can be selected automatically.
-
#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?, #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
#default_for ⇒ Object (readonly)
List of Stripe products where this mandate can be selected automatically.
68 69 70 |
# File 'lib/stripe/resources/mandate.rb', line 68 def default_for @default_for end |
#interval_description ⇒ Object (readonly)
Description of the interval. Only required if the ‘payment_schedule’ parameter is ‘interval’ or ‘combined’.
70 71 72 |
# File 'lib/stripe/resources/mandate.rb', line 70 def interval_description @interval_description end |
#payment_schedule ⇒ Object (readonly)
Payment schedule for the mandate.
72 73 74 |
# File 'lib/stripe/resources/mandate.rb', line 72 def payment_schedule @payment_schedule end |
#transaction_type ⇒ Object (readonly)
Transaction type of the mandate.
74 75 76 |
# File 'lib/stripe/resources/mandate.rb', line 74 def transaction_type @transaction_type end |
Class Method Details
.field_remappings ⇒ Object
80 81 82 |
# File 'lib/stripe/resources/mandate.rb', line 80 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
76 77 78 |
# File 'lib/stripe/resources/mandate.rb', line 76 def self.inner_class_types @inner_class_types = {} end |