Class: Stripe::SourceMandateNotification::SepaDebit
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::SourceMandateNotification::SepaDebit
- Defined in:
- lib/stripe/resources/source_mandate_notification.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#creditor_identifier ⇒ Object
readonly
SEPA creditor ID.
-
#last4 ⇒ Object
readonly
Last 4 digits of the account number associated with the debit.
-
#mandate_reference ⇒ Object
readonly
Mandate reference associated with the debit.
Attributes inherited from Stripe::StripeObject
Class Method Summary collapse
Methods inherited from Stripe::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
#creditor_identifier ⇒ Object (readonly)
SEPA creditor ID.
42 43 44 |
# File 'lib/stripe/resources/source_mandate_notification.rb', line 42 def creditor_identifier @creditor_identifier end |
#last4 ⇒ Object (readonly)
Last 4 digits of the account number associated with the debit.
44 45 46 |
# File 'lib/stripe/resources/source_mandate_notification.rb', line 44 def last4 @last4 end |
#mandate_reference ⇒ Object (readonly)
Mandate reference associated with the debit.
46 47 48 |
# File 'lib/stripe/resources/source_mandate_notification.rb', line 46 def mandate_reference @mandate_reference end |
Class Method Details
.field_remappings ⇒ Object
52 53 54 |
# File 'lib/stripe/resources/source_mandate_notification.rb', line 52 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
48 49 50 |
# File 'lib/stripe/resources/source_mandate_notification.rb', line 48 def self.inner_class_types @inner_class_types = {} end |