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
Method Summary
Methods inherited from Stripe::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
#creditor_identifier ⇒ Object (readonly)
SEPA creditor ID.
26 27 28 |
# File 'lib/stripe/resources/source_mandate_notification.rb', line 26 def creditor_identifier @creditor_identifier end |
#last4 ⇒ Object (readonly)
Last 4 digits of the account number associated with the debit.
28 29 30 |
# File 'lib/stripe/resources/source_mandate_notification.rb', line 28 def last4 @last4 end |
#mandate_reference ⇒ Object (readonly)
Mandate reference associated with the debit.
30 31 32 |
# File 'lib/stripe/resources/source_mandate_notification.rb', line 30 def mandate_reference @mandate_reference end |