Class: Sepa::DirectDebitOrder::OrganisationSepaIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Sepa::DirectDebitOrder::OrganisationSepaIdentifier
- Defined in:
- lib/sepa/direct_debit_order.rb
Instance Attribute Summary collapse
-
#sepa_identifier ⇒ Object
Returns the value of attribute sepa_identifier.
Instance Method Summary collapse
Instance Attribute Details
#sepa_identifier ⇒ Object
Returns the value of attribute sepa_identifier
152 153 154 |
# File 'lib/sepa/direct_debit_order.rb', line 152 def sepa_identifier @sepa_identifier end |
Instance Method Details
#to_properties(prefix, opts) ⇒ Object
153 154 155 156 |
# File 'lib/sepa/direct_debit_order.rb', line 153 def to_properties prefix, opts { "#{prefix}.identification.organisation_identification.other.identification" => sepa_identifier, "#{prefix}.identification.organisation_identification.other.scheme_name.proprietary" => "SEPA" } end |