Class: Sepa::DirectDebitOrder::OrganisationSepaIdentifier

Inherits:
Struct
  • Object
show all
Defined in:
lib/sepa/direct_debit_order.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#sepa_identifierObject

Returns the value of attribute sepa_identifier

Returns:

  • (Object)

    the current value of 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