Class: Sepa::DirectDebitOrder::MandateInformation
- Inherits:
-
Struct
- Object
- Struct
- Sepa::DirectDebitOrder::MandateInformation
- Defined in:
- lib/sepa/direct_debit_order.rb
Instance Attribute Summary collapse
-
#identification ⇒ Object
Returns the value of attribute identification.
-
#sequence_type ⇒ Object
Returns the value of attribute sequence_type.
-
#signature_date ⇒ Object
Returns the value of attribute signature_date.
Instance Attribute Details
#identification ⇒ Object
Returns the value of attribute identification
249 250 251 |
# File 'lib/sepa/direct_debit_order.rb', line 249 def identification @identification end |
#sequence_type ⇒ Object
Returns the value of attribute sequence_type
249 250 251 |
# File 'lib/sepa/direct_debit_order.rb', line 249 def sequence_type @sequence_type end |
#signature_date ⇒ Object
Returns the value of attribute signature_date
249 250 251 |
# File 'lib/sepa/direct_debit_order.rb', line 249 def signature_date @signature_date end |