class Sepa::DirectDebitOrder::OrganisationSepaIdentifier

Public Instance Methods

to_properties(prefix, opts) click to toggle source
# File lib/sepa/direct_debit_order.rb, line 152
def to_properties prefix, opts
  { "#{prefix}.identification.organisation_identification.other.identification" => sepa_identifier,
    "#{prefix}.identification.organisation_identification.other.scheme_name.proprietary" => "SEPA"  }
end