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
244 245 246 |
# File 'lib/sepa/direct_debit_order.rb', line 244 def identification @identification end |
#sequence_type ⇒ Object
Returns the value of attribute sequence_type
244 245 246 |
# File 'lib/sepa/direct_debit_order.rb', line 244 def sequence_type @sequence_type end |
#signature_date ⇒ Object
Returns the value of attribute signature_date
244 245 246 |
# File 'lib/sepa/direct_debit_order.rb', line 244 def signature_date @signature_date end |